summaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-07-05 18:04:50 +0000
committerjtb <jtb@pkgsrc.org>2001-07-05 18:04:50 +0000
commit7eab36bf352db057326b946a345ee219a6a8113b (patch)
treed95022e91cc2951b2fa0836d2216bff3e50faa8a /math/gsl
parentfcd1239d719de80b66e08f69ea7fd467057bfd37 (diff)
downloadpkgsrc-7eab36bf352db057326b946a345ee219a6a8113b.tar.gz
Update to GSL version 0.9.
* What is new in gsl-0.9: ** There is a new system of vector and matrix views. Any code using vector and matrix views will need to be updated. ** The order of arguments of the view functions involving strides have been changed to be consistent with the rest of the library. ** The ode solvers have been reorganized. ** There are new eigensystem routines for real symmetric and complex hermitian matrices. ** The linear algebra directory now includes functions for computing symmetric tridiagonal decompositions and bidiagonal decompositions. ** The svd routines now include the Golub-Reinsch and Modified Golub-Reinsch algorithms in addition to the Jacobi algorithm. ** The interpolation directory has been reorganized and a higher-level "spline" interface has been added which simplifies the handling of interpolation arguments. ** IEEE support is now available on OpenBSD.
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/Makefile6
-rw-r--r--math/gsl/distinfo8
-rw-r--r--math/gsl/patches/patch-aa8
-rw-r--r--math/gsl/pkg/PLIST4
4 files changed, 14 insertions, 12 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index e1946ea1e42..6d9cca37898 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/05/23 20:24:05 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/05 18:04:50 jtb Exp $
#
-DISTNAME= gsl-0.8
+DISTNAME= gsl-0.9
CATEGORIES= math devel
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
ftp://ftp.freesoftware.com/pub/sourceware/pub/gsl/ \
@@ -19,7 +19,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
MAINTAINER= David Maxwell <david@maxwell.net>
HOMEPAGE= http://sources.redhat.com/gsl/
-COMMENT= The GNU Scientific Library - mathematical libs
+COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index 18f3d3420b9..6aab39ca63c 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,5 +1,5 @@
-SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7
+$NetBSD: distinfo,v 1.5 2001/07/05 18:04:50 jtb Exp $
-SHA1 (gsl-0.8.tar.gz) = c55941943800ec7b7d28ea6d518c96a49a33d4b1
-Size (gsl-0.8.tar.gz) = 2049607 bytes
-SHA1 (patch-aa) = 91393687afbe513f886fc0d31d0da3e3e4ba82e7
+SHA1 (gsl-0.9.tar.gz) = 2b1e8a982668268695a501d85cc7821aac50b793
+Size (gsl-0.9.tar.gz) = 2113832 bytes
+SHA1 (patch-aa) = af794d95720e2192b0b860bc5c08cebf8935a23c
diff --git a/math/gsl/patches/patch-aa b/math/gsl/patches/patch-aa
index ef892a2817d..6927ff8ede3 100644
--- a/math/gsl/patches/patch-aa
+++ b/math/gsl/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.3 2001/06/01 19:41:09 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2001/07/05 18:04:51 jtb Exp $
---- configure.orig Fri Jun 1 20:28:20 2001
+--- configure.orig Thu Jul 5 19:03:46 2001
+++ configure
-@@ -6739,7 +6739,7 @@
+@@ -6753,7 +6753,7 @@
# Now restore our (possibly augmented) CFLAGS.
CFLAGS="$save_cflags"
- GSL_CFLAGS="$CFLAGS -I$includedir"
+ GSL_CFLAGS="-I$includedir"
-GSL_LIBS="-L$libdir -lgsl"
+GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"
diff --git a/math/gsl/pkg/PLIST b/math/gsl/pkg/PLIST
index b555608b7b6..7b3d0742d3c 100644
--- a/math/gsl/pkg/PLIST
+++ b/math/gsl/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2001/05/23 23:47:59 jtb Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/07/05 18:04:51 jtb Exp $
bin/gsl-config
bin/gsl-histogram
bin/gsl-randist
@@ -167,6 +167,7 @@ include/gsl/gsl_sort_vector_uint.h
include/gsl/gsl_sort_vector_ulong.h
include/gsl/gsl_sort_vector_ushort.h
include/gsl/gsl_specfunc.h
+include/gsl/gsl_spline.h
include/gsl/gsl_statistics.h
include/gsl/gsl_statistics_char.h
include/gsl/gsl_statistics_double.h
@@ -214,6 +215,7 @@ info/gsl-ref.info-18
info/gsl-ref.info-19
info/gsl-ref.info-2
info/gsl-ref.info-20
+info/gsl-ref.info-21
info/gsl-ref.info-3
info/gsl-ref.info-4
info/gsl-ref.info-5