aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-11-30 23:16:20 +0800
committerjmz <jmz@FreeBSD.org>1995-11-30 23:16:20 +0800
commitbdba5a314f028c1452cdbc7de340782fd20e924e (patch)
treef34e698c290c67b4a2b6f9cc45279b0c8a5cfd2b
parentbecbe6629d158cdb7ac74aed97d4dd93945df3d5 (diff)
downloadfreebsd-ports-gnome-bdba5a314f028c1452cdbc7de340782fd20e924e.tar.gz
freebsd-ports-gnome-bdba5a314f028c1452cdbc7de340782fd20e924e.tar.zst
freebsd-ports-gnome-bdba5a314f028c1452cdbc7de340782fd20e924e.zip
radix = 2 (not 16) for floats.
-rw-r--r--math/eispack/files/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/math/eispack/files/patch-aa b/math/eispack/files/patch-aa
new file mode 100644
index 000000000000..6d1dc23bfda3
--- /dev/null
+++ b/math/eispack/files/patch-aa
@@ -0,0 +1,38 @@
+*** balanc.f~ Sat Jan 28 00:00:00 1984
+--- balanc.f Thu Nov 30 15:35:38 1995
+***************
+*** 57,63 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 57,63 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1
+*** cbal.f~ Sat Jan 28 00:00:00 1984
+--- cbal.f Thu Nov 30 15:36:01 1995
+***************
+*** 62,68 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 62,68 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1