diff options
author | maho <maho@FreeBSD.org> | 2007-09-06 11:36:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-09-06 11:36:18 +0800 |
commit | deb5a02254a9af95caa1e4963d2d24197635e496 (patch) | |
tree | 01507a6706ce0189bdb1d08ae2878b9387bf9e16 /math/lapack95 | |
parent | c662057c589bc94fe8f3cea9a84fff9e0b015025 (diff) | |
download | freebsd-ports-gnome-deb5a02254a9af95caa1e4963d2d24197635e496.tar.gz freebsd-ports-gnome-deb5a02254a9af95caa1e4963d2d24197635e496.tar.zst freebsd-ports-gnome-deb5a02254a9af95caa1e4963d2d24197635e496.zip |
Now it is possible to make EXAMPLE2 dir. Adding ./ for executables.
Diffstat (limited to 'math/lapack95')
-rw-r--r-- | math/lapack95/files/patch-make.inc | 11 |
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) |