diff options
Diffstat (limited to 'sci-chemistry/cns/files/1.3_p3-gentoo.patch')
-rw-r--r-- | sci-chemistry/cns/files/1.3_p3-gentoo.patch | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sci-chemistry/cns/files/1.3_p3-gentoo.patch b/sci-chemistry/cns/files/1.3_p3-gentoo.patch index d33d21d21804..7942c55abfb9 100644 --- a/sci-chemistry/cns/files/1.3_p3-gentoo.patch +++ b/sci-chemistry/cns/files/1.3_p3-gentoo.patch @@ -48,19 +48,10 @@ index 0d0dd3e..dd4b680 100644 - $(LDFLAGS) \ - $(CNS_FFTDIR) $(CNS_FFTLIB); \ + $(LD) $(LDFLAGS) -o cns_solve-$$cns_string.exe $(OBJS) dmemory.o machine_c.o \ -+ $(CNS_FFTDIR) $(CNS_FFTLIB) $(OMPLIB); \ ++ $(CNS_FFTDIR) $(CNS_FFTLIB); \ if [ -x cns_solve-$$cns_string.exe ]; \ then echo "created executable file cns_solve-$$cns_string.exe"; \ echo ""; cd ../bin; $(RM) -f cns_solve; $(RM) -f cns; \ -@@ -59,7 +55,7 @@ printflags: - @ echo; echo "flags:"; \ - echo " fortran -> [$(F77)] $(F77FLAGS)"; \ - echo " c -> [$(CC)] $(CCFLAGS)"; \ -- echo " link -> [$(LD)] $(LDFLAGS) $(CNS_FFTDIR) $(CNS_FFTLIB)"; \ -+ echo " link -> [$(LD)] $(LDFLAGS) $(CNS_FFTDIR) $(CNS_FFTLIB) $(OMP_LIB)"; \ - echo - - # regenerate makefiles diff --git a/instlib/utils/Makefile b/instlib/utils/Makefile index 98de84f..4f32b34 100644 --- a/instlib/utils/Makefile |