summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-ba
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/lapack/files/patch-ba
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 '')
-rw-r--r--math/lapack/files/patch-ba13
1 files changed, 0 insertions, 13 deletions
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
- *