diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:01:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:01:41 +0000 |
commit | e13591e2ec6b5e41da75edd3b5e3102107fbe76c (patch) | |
tree | e48c16232292a9e2f69ad64b6026b1e6738f143e /biology/tinker/files/patch-aa | |
parent | 570bd445b2b2f4921a71fc8b24c3f032a2e4cbb0 (diff) | |
download | ports-e13591e2ec6b5e41da75edd3b5e3102107fbe76c.tar.gz ports-e13591e2ec6b5e41da75edd3b5e3102107fbe76c.zip |
Notes
Diffstat (limited to 'biology/tinker/files/patch-aa')
-rw-r--r-- | biology/tinker/files/patch-aa | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/biology/tinker/files/patch-aa b/biology/tinker/files/patch-aa index 455841a57a8e..fecd6d99f52c 100644 --- a/biology/tinker/files/patch-aa +++ b/biology/tinker/files/patch-aa @@ -1,5 +1,5 @@ *** ../make/Makefile.orig Sat Apr 11 11:38:14 1998 ---- ../make/Makefile Sat Nov 14 02:05:02 1998 +--- ../make/Makefile Sat May 22 15:08:09 1999 *************** *** 9,16 **** ## @@ -71,7 +71,7 @@ ## Machine: Silicon Graphics *************** *** 104,109 **** ---- 104,134 ---- +--- 104,141 ---- #diagq.o: # ${F77} ${F77FLAGS} -ffast-math diagq.f @@ -86,7 +86,11 @@ + RM = /bin/rm + + .if ${FC}==f77 ++ .if !defined(HAVE_G2C) + LIBS = -lU77 ++ .else ++ LIBS = -lg2c ++ .endif + F77FLAGS = -NL400 -c + LINKFLAGS = -L${PREFIX}/lib + .elseif ${FC}==g77 @@ -95,7 +99,10 @@ + LINKFLAGS = + .endif + -+ OPTFLAGS = ${FFLAGS} -ffast-math -malign-double ++ OPTFLAGS = ${FFLAGS} -ffast-math ++ .if ${MACHINE_ARCH} == "i386" ++ OPTFLAGS+= -malign-double ++ .endif + LIBFLAGS = -rcuv + diagq.o: + ${F77} ${F77FLAGS} -ffast-math diagq.f @@ -105,7 +112,7 @@ ################################################################# *************** *** 766,771 **** ---- 791,797 ---- +--- 798,804 ---- volume2.o \ writeout.o \ xyzatm.o @@ -165,7 +172,7 @@ remove_links: rm -f $(LINKDIR)/alchemy ---- 883,932 ---- +--- 890,939 ---- ${F77} ${LINKFLAGS} -o xyzsybyl.x xyzsybyl.o libtinker.a ${LIBS} rename: |