From e1791dde3814fdcc3edc981c29d29b1ae338dd29 Mon Sep 17 00:00:00 2001 From: jtb Date: Wed, 28 Mar 2001 21:49:41 +0000 Subject: 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 --- math/gsl/patches/patch-ac | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 math/gsl/patches/patch-ac (limited to 'math/gsl/patches/patch-ac') diff --git a/math/gsl/patches/patch-ac b/math/gsl/patches/patch-ac new file mode 100644 index 00000000000..d7861c177f5 --- /dev/null +++ b/math/gsl/patches/patch-ac @@ -0,0 +1,44 @@ +$NetBSD: patch-ac,v 1.1 2001/03/28 21:49:42 jtb Exp $ + +--- configure.orig Thu Oct 26 20:08:46 2000 ++++ configure +@@ -2645,13 +2645,20 @@ + + echo "$ac_t""irix" 1>&6 + ;; +- *-*-*bsd*) ++ *-*-freebsd*) + cat >> confdefs.h <<\EOF + #define HAVE_FREEBSD_IEEE_INTERFACE 1 + EOF + + echo "$ac_t""freebsd" 1>&6 + ;; ++ *-*-netbsd*) ++ cat >> confdefs.h <<\EOF ++#define HAVE_NETBSD_IEEE_INTERFACE 1 ++EOF ++ ++ echo "$ac_t""netbsd" 1>&6 ++ ;; + *) + echo "$ac_t""unknown" 1>&6 + ;; +@@ -3065,6 +3072,7 @@ + s%@CC@%$CC%g + s%@CPP@%$CPP%g + s%@LN_S@%$LN_S%g ++s%@AS@%$AS%g + s%@build@%$build%g + s%@build_alias@%$build_alias%g + s%@build_cpu@%$build_cpu%g +@@ -3077,6 +3085,9 @@ + s%@LIBOBJS@%$LIBOBJS%g + s%@GSL_CFLAGS@%$GSL_CFLAGS%g + s%@GSL_LIBS@%$GSL_LIBS%g ++s%@OBJEXT@%$OBJEXT%g ++s%@EXEEXT@%$EXEEXT%g ++s%@OBJDUMP@%$OBJDUMP%g + + CEOF + EOF -- cgit v1.2.3