diff options
author | jmz <jmz@FreeBSD.org> | 1999-12-10 01:42:15 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-12-10 01:42:15 +0000 |
commit | 40ee3fa163167e4d7e920d036a91186b23206aa3 (patch) | |
tree | 771d9482b2948109786d32fcbf410f1ac05456c6 /math/lapack/files | |
parent | 1a251c26980a6b02e11af44b3ee5cba395155285 (diff) | |
download | FreeBSD-ports-40ee3fa163167e4d7e920d036a91186b23206aa3.zip FreeBSD-ports-40ee3fa163167e4d7e920d036a91186b23206aa3.tar.gz |
Files have been updated in master site (a few bug fixes)
Diffstat (limited to 'math/lapack/files')
-rw-r--r-- | math/lapack/files/patch-au | 8 | ||||
-rw-r--r-- | math/lapack/files/patch-ba | 13 |
2 files changed, 4 insertions, 17 deletions
diff --git a/math/lapack/files/patch-au b/math/lapack/files/patch-au index 3a4681e..20d9b6b 100644 --- a/math/lapack/files/patch-au +++ b/math/lapack/files/patch-au @@ -1,5 +1,5 @@ ---- TIMING/Makefile.orig Fri Feb 19 21:04:59 1999 -+++ TIMING/Makefile Thu Oct 7 15:11:10 1999 +--- TIMING/Makefile~ Thu Nov 4 20:27:54 1999 ++++ TIMING/Makefile Fri Dec 10 00:56:04 1999 @@ -141,242 +141,242 @@ stime.out: stime.in xlintims @@ -138,8 +138,8 @@ SGEPTIM.out: SGEPTIM.in xeigtims @echo GEP: Timing REAL Generalized Nonsymmetric Eigenvalue Problem routines -- xeigtims < sgeptim.in > $@ 2>&1 -+ ./xeigtims < sgeptim.in > $@ 2>&1 +- xeigtims < SGEPTIM.in > $@ 2>&1 ++ ./xeigtims < SGEPTIM.in > $@ 2>&1 sneptim.out: sneptim.in xeigtims @echo NEP: Timing REAL Nonsymmetric Eigenvalue Problem routines diff --git a/math/lapack/files/patch-ba b/math/lapack/files/patch-ba deleted file mode 100644 index db65545..0000000 --- a/math/lapack/files/patch-ba +++ /dev/null @@ -1,13 +0,0 @@ ---- BLAS/TESTING/cblat3.f.orig Sun Jun 9 03:15:54 1996 -+++ BLAS/TESTING/cblat3.f Wed Oct 6 11:04:27 1999 -@@ -1989,8 +1989,8 @@ - * - * Initialize ALPHA, BETA, RALPHA, and RBETA. - * -- ALPHA = ( ONE, -ONE ) -- BETA = ( TWO, -TWO ) -+ ALPHA = CMPLX( ONE, -ONE ) -+ BETA = CMPLX( TWO, -TWO ) - RALPHA = ONE - RBETA = TWO - * |