summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/files/patch-ba')
-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
+ *