summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-ba
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-13 23:06:53 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-13 23:06:53 +0000
commit56b97a51c5c9577802e6b236815b5a84f2d39182 (patch)
treef93d7bf56ea3ea58ca5449599ae504a5a359d0e5 /math/lapack/files/patch-ba
parentHonor FC and FFLAGS so that the user can easily override them. (diff)
Files I forgot to add in the previous commit.
Notes
Notes: svn path=/head/; revision=22414
Diffstat (limited to '')
-rw-r--r--math/lapack/files/patch-ba13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/lapack/files/patch-ba b/math/lapack/files/patch-ba
new file mode 100644
index 000000000000..db6554524e1d
--- /dev/null
+++ b/math/lapack/files/patch-ba
@@ -0,0 +1,13 @@
+--- 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
+ *