summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-az
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-09-29 12:53:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-09-29 12:53:56 +0000
commit01f7ecb3eab5f274be76028fa2daa70385714fca (patch)
treee1bd131fe2eb4c3cb2f7fa743b6058f5cd968472 /math/lapack/files/patch-az
parent- Revert: overlooked the distinfo fix (diff)
Update to 3.3.1.
According to http://www.netlib.org/lapack/lapack-3.1.0.changes > The interfaces to primary computational routines are fixed and > will not be changed by minor LAPACK versions (e.g. 3.x). > Primary routines are those prefixed by a precision and matrix > type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces > will remain the same for all LAPACK version 3 versions. So I didn't change the version number of shared lib. See also PR: 116166
Diffstat (limited to 'math/lapack/files/patch-az')
-rw-r--r--math/lapack/files/patch-az19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/lapack/files/patch-az b/math/lapack/files/patch-az
deleted file mode 100644
index b2ff926a5ca1..000000000000
--- a/math/lapack/files/patch-az
+++ /dev/null
@@ -1,19 +0,0 @@
---- TESTING/LIN/zchkaa.f.orig Thu Nov 4 19:27:22 1999
-+++ TESTING/LIN/zchkaa.f Wed Dec 22 12:51:16 1999
-@@ -120,7 +120,7 @@
- $ ZCHKQ3, ZCHKQL, ZCHKQP, ZCHKQR, ZCHKRQ, ZCHKSP,
- $ ZCHKSY, ZCHKTB, ZCHKTP, ZCHKTR, ZCHKTZ, ZDRVGB,
- $ ZDRVGE, ZDRVGT, ZDRVHE, ZDRVHP, ZDRVLS, ZDRVPB,
-- $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY
-+ $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY, FPMCLR
- * ..
- * .. Scalars in Common ..
- LOGICAL LERR, OK
-@@ -140,6 +140,7 @@
- * ..
- * .. Executable Statements ..
- *
-+ CALL FPMCLR( )
- S1 = DSECND( )
- LDA = NMAX
- FATAL = .FALSE.