summaryrefslogtreecommitdiff
path: root/biology/tinker/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'biology/tinker/files/patch-aa')
-rw-r--r--biology/tinker/files/patch-aa17
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: