summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-ab
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-28 21:49:41 +0000
committerjtb <jtb@pkgsrc.org>2001-03-28 21:49:41 +0000
commite1791dde3814fdcc3edc981c29d29b1ae338dd29 (patch)
tree8e68f1769d1ddd9be23bfb0daf729b675f006f1d /math/gsl/patches/patch-ab
parent2b020a68f6e60cdc00c430294c07306d8e9e8510 (diff)
downloadpkgsrc-e1791dde3814fdcc3edc981c29d29b1ae338dd29.tar.gz
Updated to gsl-0.7.
* What is new in gsl-0.7: ** Linux/PowerPC should now be well supported. ** Header files for common physical constants have been added. ** Functions linear and nonlinear regression in one or more dimensions are now available. ** Vector and matrix views now have access to the address of the underlying block for compatibility with VSIPL (www.vsipl.org). ** There is a new library for generating low-discrepancy quasi-random sequences. ** The seeding procedure of the default random number generator MT19937 has been updated to match the 10/99 release of the original code. This fixes a weakness which occurred for seeds which were powers of 2. ** The blas library libgslblasnative has been renamed libgslblas to avoid confusion with system blas library
Diffstat (limited to 'math/gsl/patches/patch-ab')
-rw-r--r--math/gsl/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-ab b/math/gsl/patches/patch-ab
new file mode 100644
index 00000000000..48a6bd3fdfc
--- /dev/null
+++ b/math/gsl/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/03/28 21:49:41 jtb Exp $
+
+--- ieee-utils/fp.c.orig
++++ ieee-utils/fp.c
+@@ -22,6 +22,8 @@
+ #include "fp-tru64.c"
+ #elif defined(HAVE_FREEBSD_IEEE_INTERFACE)
+ #include "fp-freebsd.c"
++#elif defined(HAVE_NETBSD_IEEE_INTERFACE)
++#include "fp-netbsd.c"
+ #else
+ #include "fp-unknown.c"
+ #endif