diff options
author | jmz <jmz@FreeBSD.org> | 2000-06-04 07:00:43 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-06-04 07:00:43 +0800 |
commit | 892b29d1a27dd005ee58a8dbe11ee29cfd23ec5c (patch) | |
tree | 90cc180908bcfbdfcb4f12a5b726d5bff5b9944c /math/lapack | |
parent | c9c0e313b8a8e626b19cc53c5058a3e8f7a2efee (diff) | |
download | freebsd-ports-graphics-892b29d1a27dd005ee58a8dbe11ee29cfd23ec5c.tar.gz freebsd-ports-graphics-892b29d1a27dd005ee58a8dbe11ee29cfd23ec5c.tar.zst freebsd-ports-graphics-892b29d1a27dd005ee58a8dbe11ee29cfd23ec5c.zip |
Update to reflect changes in the latest tarball (version number does
not change)
Submitted by: Amakawa Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/distinfo | 2 | ||||
-rw-r--r-- | math/lapack/files/patch-ac | 85 |
2 files changed, 9 insertions, 78 deletions
diff --git a/math/lapack/distinfo b/math/lapack/distinfo index 03ea35839fa..9b291361107 100644 --- a/math/lapack/distinfo +++ b/math/lapack/distinfo @@ -1,2 +1,2 @@ -MD5 (lapack/lapack.tgz) = 4e35fd9d7c18c91496401648f32bd428 +MD5 (lapack/lapack.tgz) = a24f59304f87b78cdc7da2ae59c98664 MD5 (lapack/manpages.tgz) = 4faa087c153dcc22f916ac075a9de862 diff --git a/math/lapack/files/patch-ac b/math/lapack/files/patch-ac index 76846c97c83..208b5540f80 100644 --- a/math/lapack/files/patch-ac +++ b/math/lapack/files/patch-ac @@ -1,18 +1,17 @@ ---- Makefile.orig Tue Jun 22 13:29:44 1999 -+++ Makefile Mon Oct 11 11:31:35 1999 -@@ -6,19 +6,27 @@ +--- Makefile.orig Wed May 17 18:33:22 2000 ++++ Makefile Fri Jun 2 17:38:38 2000 +@@ -6,10 +6,17 @@ include make.inc +.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES" all: install lib testing blas_testing timing blas_timing -- --lib: lapacklib tmglib --#lib: blaslib lapacklib tmglib +.else +all: install lib +.endif -+ + +-lib: lapacklib tmglib +-#lib: blaslib lapacklib tmglib +.if defined(ENABLE_TESTING) && ${ENABLE_TESTING} == "YES" +lib: blaslib lapacklib tmglib fpmclr_.o +.else @@ -21,11 +20,8 @@ clean: cleanlib cleantesting cleantiming - install: -- ( cd INSTALL; $(MAKE); testlsame; testslamch; \ -- testdlamch; testsecond; testdsecnd; \ -+ ( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; \ -+ ./testdlamch; ./testsecond; ./testdsecnd; \ +@@ -18,7 +25,8 @@ + ./testdlamch; ./testsecond; ./testdsecnd; \ cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \ cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \ - cp second.f ../SRC/; cp dsecnd.f ../SRC/ ) @@ -34,68 +30,3 @@ blaslib: ( cd BLAS/SRC; $(MAKE) ) -@@ -34,40 +42,40 @@ - - blas_testing: - ( cd BLAS/TESTING; $(MAKE) -f Makeblat1 ) -- ( cd BLAS; xblat1s > sblat1.out; \ -- xblat1d > dblat1.out; \ -- xblat1c > cblat1.out; \ -- xblat1z > zblat1.out ) -+ ( cd BLAS; ./xblat1s > sblat1.out; \ -+ ./xblat1d > dblat1.out; \ -+ ./xblat1c > cblat1.out; \ -+ ./xblat1z > zblat1.out ) - - ( cd BLAS/TESTING; $(MAKE) -f Makeblat2 ) -- ( cd BLAS; xblat2s < sblat2.in ; \ -- xblat2d < dblat2.in ; \ -- xblat2c < cblat2.in ; \ -- xblat2z < zblat2.in ) -+ ( cd BLAS; ./xblat2s < sblat2.in ; \ -+ ./xblat2d < dblat2.in ; \ -+ ./xblat2c < cblat2.in ; \ -+ ./xblat2z < zblat2.in ) - - ( cd BLAS/TESTING; $(MAKE) -f Makeblat3 ) -- ( cd BLAS; xblat3s < sblat3.in ; \ -- xblat3d < dblat3.in ; \ -- xblat3c < cblat3.in ; \ -- xblat3z < zblat3.in ) -+ ( cd BLAS; ./xblat3s < sblat3.in ; \ -+ ./xblat3d < dblat3.in ; \ -+ ./xblat3c < cblat3.in ; \ -+ ./xblat3z < zblat3.in ) - - timing: - ( cd TIMING; $(MAKE) ) - - blas_timing: - ( cd TIMING/LIN; $(MAKE) ) -- ( cd TIMING; xlintims < sblasa.in > sblasa.out ; \ -- xlintims < sblasb.in > sblasb.out ; \ -- xlintims < sblasc.in > sblasc.out ) -- ( cd TIMING; xlintimd < dblasa.in > dblasa.out ; \ -- xlintimd < dblasb.in > dblasb.out ; \ -- xlintimd < dblasc.in > dblasc.out ) -- ( cd TIMING; xlintimc < cblasa.in > cblasa.out ; \ -- xlintimc < cblasb.in > cblasb.out ; \ -- xlintimc < cblasc.in > cblasc.out ) -- ( cd TIMING; xlintimz < zblasa.in > zblasa.out ; \ -- xlintimz < zblasb.in > zblasb.out ; \ -- xlintimz < zblasc.in > zblasc.out ) -+ ( cd TIMING; ./xlintims < sblasa.in > sblasa.out ; \ -+ ./xlintims < sblasb.in > sblasb.out ; \ -+ ./xlintims < sblasc.in > sblasc.out ) -+ ( cd TIMING; ./xlintimd < dblasa.in > dblasa.out ; \ -+ ./xlintimd < dblasb.in > dblasb.out ; \ -+ ./xlintimd < dblasc.in > dblasc.out ) -+ ( cd TIMING; ./xlintimc < cblasa.in > cblasa.out ; \ -+ ./xlintimc < cblasb.in > cblasb.out ; \ -+ ./xlintimc < cblasc.in > cblasc.out ) -+ ( cd TIMING; ./xlintimz < zblasa.in > zblasa.out ; \ -+ ./xlintimz < zblasb.in > zblasb.out ; \ -+ ./xlintimz < zblasc.in > zblasc.out ) - - cleanlib: - ( cd INSTALL; $(MAKE) clean ) |