aboutsummaryrefslogtreecommitdiff
path: root/math/lapack95
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-09-06 03:36:18 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-09-06 03:36:18 +0000
commitb273d3a4a4c936ab934b97a83245595e894947db (patch)
tree7c4714d027cb9e458c21764b79becd27e14b3edc /math/lapack95
parentd4161fcd75e33080b48f203879f2d2df223c9b5f (diff)
downloadports-b273d3a4a4c936ab934b97a83245595e894947db.tar.gz
ports-b273d3a4a4c936ab934b97a83245595e894947db.zip
Notes
Diffstat (limited to 'math/lapack95')
-rw-r--r--math/lapack95/files/patch-make.inc11
1 files changed, 9 insertions, 2 deletions
diff --git a/math/lapack95/files/patch-make.inc b/math/lapack95/files/patch-make.inc
index 7fcdc32169b9..ba4cb1ae64ac 100644
--- a/math/lapack95/files/patch-make.inc
+++ b/math/lapack95/files/patch-make.inc
@@ -1,5 +1,5 @@
--- make.inc.orig Thu Nov 30 22:18:37 2000
-+++ make.inc Tue Sep 4 17:20:52 2007
++++ make.inc Thu Sep 6 11:57:35 2007
@@ -3,8 +3,8 @@
# UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK
# August 5, 2000
@@ -11,7 +11,7 @@
# -dcfuns Enable recognition of non-standard double
# precision complex intrinsic functions
# -dusty Allows the compilation and execution of "legacy"
-@@ -13,21 +13,21 @@
+@@ -13,27 +13,27 @@
# -ieee=full enables all IEEE arithmetic facilities
# including non-stop arithmetic.
@@ -40,3 +40,10 @@
SUF = f90
XX = 'rm' -f $@; \
+ 'rm' -f $@.res; \
+ $(FC) $(OPTS0) -o $@ $(MODLIB) $@.$(SUF) $(OPTLIB) $(LIBS); \
+- $@ < $@.dat > $@.res; \
++ ./$@ < $@.dat > $@.res; \
+ 'rm' -f $@
+
+ YY = $(FC) $(OPTS0) -o $@ $(MODLIB) $@.$(SUF) $(OPTLIB) $(LIBS)