summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-10 01:42:15 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-12-10 01:42:15 +0000
commitebd044e273e3776cf9f9d6f774d0d85ff29a4df1 (patch)
tree17174d0f6b3e441262fa97d341fee9a5f6a9cddb /math
parentTell moc's location to the configure. (diff)
Files have been updated in master site (a few bug fixes)
Notes
Notes: svn path=/head/; revision=23704
Diffstat (limited to 'math')
-rw-r--r--math/lapack/distinfo4
-rw-r--r--math/lapack/files/patch-au8
-rw-r--r--math/lapack/files/patch-ba13
3 files changed, 6 insertions, 19 deletions
diff --git a/math/lapack/distinfo b/math/lapack/distinfo
index a47c544be8dd..9d725d28a461 100644
--- a/math/lapack/distinfo
+++ b/math/lapack/distinfo
@@ -1,2 +1,2 @@
-MD5 (lapack/lapack.tgz) = afa21a7c09ed3f0ce2ec7bbf1fc97c79
-MD5 (lapack/manpages.tgz) = 9e5564c9f92aefc18fba1e50afe95dda
+MD5 (lapack/lapack.tgz) = 4e35fd9d7c18c91496401648f32bd428
+MD5 (lapack/manpages.tgz) = d35ea182ae106a2718fd5b5b87ae1bcc
diff --git a/math/lapack/files/patch-au b/math/lapack/files/patch-au
index 3a4681ef6eb4..20d9b6becae3 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 db6554524e1d..000000000000
--- 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
- *