summaryrefslogtreecommitdiff
path: root/biology/tinker/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-25 02:48:05 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-25 02:48:05 +0000
commitd0d6c6466b95b9f6755eb4c20a3b57f529af3d8a (patch)
treec9d76964cba31624d1ffd92f95ba53e605a25461 /biology/tinker/files
parentUpdate to 7.10.5 (diff)
a) Forgot to update distinfo 52498
b) added LEGAL. author requests no distribution except from his FTP site c) clean-ups for compiler optimization Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Pointy hat to: maho; partially :)
Notes
Notes: svn path=/head/; revision=85561
Diffstat (limited to 'biology/tinker/files')
-rw-r--r--biology/tinker/files/patch-aa32
-rw-r--r--biology/tinker/files/patch-openend.f14
2 files changed, 25 insertions, 21 deletions
diff --git a/biology/tinker/files/patch-aa b/biology/tinker/files/patch-aa
index 6f83ecacd6dd..7f4270289c43 100644
--- a/biology/tinker/files/patch-aa
+++ b/biology/tinker/files/patch-aa
@@ -1,5 +1,5 @@
---- ../make/Makefile.orig Wed Nov 14 01:16:27 2001
-+++ ../make/Makefile Sat Jul 19 12:22:51 2003
+--- ../make/Makefile.orig Sat Apr 19 03:32:36 2003
++++ ../make/Makefile Fri Jul 25 11:33:40 2003
@@ -9,8 +9,8 @@
##
## 1. make all Build all the TINKER executables
@@ -24,26 +24,26 @@
####################################################################
## Known Machine Types; Uncomment One of the Following Sections ##
-@@ -87,12 +87,12 @@
- ## Compiler: GNU g77
+@@ -101,12 +101,12 @@
+ ## Compiler: Intel Fortran
##
--F77 = /usr/bin/g77
+-F77 = /usr/intel/compiler70/ia32/bin/ifc
-LIBS =
-F77FLAGS = -c
--OPTFLAGS = -O3 -ffast-math
+-OPTFLAGS = -O2 -cm -w
-LIBFLAGS = -crusv
--LINKFLAGS =
-+#F77 = /usr/bin/g77
+-LINKFLAGS = -Vaxlib
++#F77 = /usr/intel/compiler70/ia32/bin/ifc
+#LIBS =
+#F77FLAGS = -c
-+#OPTFLAGS = -O3 -ffast-math
++#OPTFLAGS = -O2 -cm -w
+#LIBFLAGS = -crusv
-+#LINKFLAGS =
++#LINKFLAGS = -Vaxlib
##
## Machine: IntelPC / Linux
-@@ -108,6 +108,24 @@
+@@ -122,6 +122,20 @@
#LIBFLAGS = -crusv
#LINKFLAGS =
@@ -58,17 +58,13 @@
+LIBS =
+F77FLAGS = -Wno-globals -fno-globals -c -w
+LINKFLAGS =
-+
-+OPTFLAGS = ${FFLAGS} -ffast-math
-+.if ${MACHINE_ARCH} == "i386"
-+OPTFLAGS += -malign-double
-+.endif
++OPTFLAGS = ${FFLAGS}
+LIBFLAGS = -rcuv
+
#################################################################
## Should not be Necessary to Change Things Below this Point ##
#################################################################
-@@ -497,11 +515,13 @@
+@@ -522,11 +536,13 @@
xyzpdb.x \
xyzsybyl.x
@@ -84,7 +80,7 @@
all: ${EXEFILES}
-@@ -512,58 +532,58 @@
+@@ -537,58 +553,58 @@
cat *.i *.f > tinker.txt
rename:
diff --git a/biology/tinker/files/patch-openend.f b/biology/tinker/files/patch-openend.f
index a34260872792..ad2afdc47adf 100644
--- a/biology/tinker/files/patch-openend.f
+++ b/biology/tinker/files/patch-openend.f
@@ -1,6 +1,14 @@
---- openend.f.orig Tue Dec 18 12:28:54 2001
-+++ openend.f Sat Jul 19 12:30:57 2003
-@@ -33,7 +33,7 @@
+
+$FreeBSD$
+
+--- openend.f.orig Fri Apr 18 13:31:51 2003
++++ openend.f Mon Jul 21 13:36:11 2003
+@@ -29,11 +29,11 @@
+ c
+ c standard Fortran 90, unavailable in some Fortran 77 compilers
+ c
+- open (unit=iunit,file=name,status='old',position='append')
++c open (unit=iunit,file=name,status='old',position='append')
c
c common extension supported by many Fortran 77 compilers
c