diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-06 11:39:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-06 11:39:53 +0000 |
commit | d9ba341f9d77c800ab33eebf753f99d8c9cf4102 (patch) | |
tree | 6f3acedbb9694bb964de8d2374db3c30139f26e6 /sci-chemistry/oasis/files | |
parent | Stable on amd64 wrt bug #303247 (diff) | |
download | gentoo-2-d9ba341f9d77c800ab33eebf753f99d8c9cf4102.tar.gz gentoo-2-d9ba341f9d77c800ab33eebf753f99d8c9cf4102.tar.bz2 gentoo-2-d9ba341f9d77c800ab33eebf753f99d8c9cf4102.zip |
Splitted oasis from ccp4
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/oasis/files')
-rw-r--r-- | sci-chemistry/oasis/files/4.0-makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-chemistry/oasis/files/4.0-makefile.patch b/sci-chemistry/oasis/files/4.0-makefile.patch new file mode 100644 index 000000000000..f27a350a1fd2 --- /dev/null +++ b/sci-chemistry/oasis/files/4.0-makefile.patch @@ -0,0 +1,15 @@ +diff --git a/src/Makefile b/src/Makefile +index 1e9128f..eb9edaf 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -20,8 +20,8 @@ IRIX: + @ ${F77} -O2 -mips3 -nocpp -OPT:Olimit=1500 -w -rpath ${CCP4_LIB} -o oasis4-0 oasis4-0.f -L${CCP4_LIB}/src -lccp4f -lccp4c -lmmdb -lC -lm -L/usr/lib32 -lblas + @ ${F77} -O2 -mips3 -nocpp -OPT:Olimit=1500 -w -rpath ${CCP4_LIB} -o fnp2fp fnp2fp.f -L${CCP4_LIB}/src -lccp4f -lccp4c -lmmdb -lC -lm -L/usr/lib32 -lblas + Linux: +- @ ${F77} -O -w -fno-second-underscore -fno-globals -fno-automatic -o oasis4-0 oasis4-0.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lg2c -lm -L${CCP4_LIB} +- @ ${F77} -O -w -fno-second-underscore -fno-globals -fno-automatic -o fnp2fp fnp2fp.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lg2c -lm -L${CCP4_LIB} ++ ${F77} $(CFLAGS) $(LDFLAGS) -o oasis oasis4-0.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lm -L${CCP4_LIB} ++ ${F77} $(CFLAGS) $(LDFLAGS) -o fnp2fp fnp2fp.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lm -L${CCP4_LIB} + Darwin: + @ ${F77} -O2 -fno-second-underscore -o fnp2fp fnp2fp.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lgcc_s.10.5 -lSystem -lm + @ ${F77} -O2 -fno-second-underscore -o oasis4-0 oasis4-0.f -L${CCP4_LIB} -lccp4f -lccp4c -lmmdb -lstdc++ -lgcc_s.10.5 -lSystem -lm |