summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-av
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-av
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
Notes
Notes: svn path=/head/; revision=200343
Diffstat (limited to 'math/lapack/files/patch-av')
-rw-r--r--math/lapack/files/patch-av10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/lapack/files/patch-av b/math/lapack/files/patch-av
deleted file mode 100644
index 834d6cd900a4..000000000000
--- a/math/lapack/files/patch-av
+++ /dev/null
@@ -1,10 +0,0 @@
---- /dev/null Thu Oct 7 16:30:13 1999
-+++ fpmclr_.c Thu Oct 7 16:45:05 1999
-@@ -0,0 +1,7 @@
-+#include <ieeefp.h>
-+
-+void
-+fpmclr_()
-+{
-+ fpsetmask(fpgetmask() & ~FP_X_INV & ~FP_X_DZ & ~FP_X_OFL);
-+}