summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-ah
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-09-22 22:05:24 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-09-22 22:05:24 +0000
commite779dcc30367cc6702622d57e61b9e56c47628f6 (patch)
treee6ad3600bbae1006503aca0e908be0240318311c /math/lapack/files/patch-ah
parentBug fix for 3.x: unbreak drivers (e.g. the gif driver) using the %VAL(...) (diff)
Upgrade from version 2.0 to version 3.0
Diffstat (limited to '')
-rw-r--r--math/lapack/files/patch-ah24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/lapack/files/patch-ah b/math/lapack/files/patch-ah
new file mode 100644
index 000000000000..436e61ce75e5
--- /dev/null
+++ b/math/lapack/files/patch-ah
@@ -0,0 +1,24 @@
+--- SRC/ilaenv.f~ Tue Jun 22 14:42:46 1999
++++ SRC/ilaenv.f Tue Sep 21 20:37:20 1999
+@@ -524,8 +524,8 @@
+ *
+ * ISPEC = 10: ieee NaN arithmetic can be trusted not to trap
+ *
+-C ILAENV = 0
+- ILAENV = 1
++ ILAENV = 0
++C ILAENV = 1
+ IF( ILAENV.EQ.1 ) THEN
+ ILAENV = IEEECK( 0, 0.0, 1.0 )
+ END IF
+@@ -535,8 +535,8 @@
+ *
+ * ISPEC = 11: infinity arithmetic can be trusted not to trap
+ *
+-C ILAENV = 0
+- ILAENV = 1
++ ILAENV = 0
++C ILAENV = 1
+ IF( ILAENV.EQ.1 ) THEN
+ ILAENV = IEEECK( 1, 0.0, 1.0 )
+ END IF