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, 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
- *