summaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-12-19 23:16:22 +0000
committertnn <tnn@pkgsrc.org>2008-12-19 23:16:22 +0000
commit3717a16dbf3052fe8d2afc98dad273b5f4e1ac4a (patch)
tree9edffcfb50a2dbad8c4026d85fba31d5e8017585 /math/gsl
parentffe66d7311da94e8b69a3be51252a0b855eccb53 (diff)
downloadpkgsrc-3717a16dbf3052fe8d2afc98dad273b5f4e1ac4a.tar.gz
Update to gsl-1.12. From Aleksej Saushev in PR pkg/40200.
This is a maintenance release, which fixes reported bugs and upgrades the build system to the latest libtool, autoconf and automake.
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/Makefile4
-rw-r--r--math/gsl/PLIST4
-rw-r--r--math/gsl/distinfo10
-rw-r--r--math/gsl/patches/patch-ae10
4 files changed, 15 insertions, 13 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index bb243edd025..e9e5b1b2cca 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2008/07/14 12:56:08 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2008/12/19 23:16:22 tnn Exp $
-DISTNAME= gsl-1.11
+DISTNAME= gsl-1.12
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
diff --git a/math/gsl/PLIST b/math/gsl/PLIST
index 877a376ec5c..e759c516894 100644
--- a/math/gsl/PLIST
+++ b/math/gsl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2007/02/26 08:05:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2008/12/19 23:16:22 tnn Exp $
bin/gsl-config
bin/gsl-histogram
bin/gsl-randist
@@ -52,6 +52,7 @@ include/gsl/gsl_heapsort.h
include/gsl/gsl_histogram.h
include/gsl/gsl_histogram2d.h
include/gsl/gsl_ieee_utils.h
+include/gsl/gsl_inline.h
include/gsl/gsl_integration.h
include/gsl/gsl_interp.h
include/gsl/gsl_linalg.h
@@ -74,6 +75,7 @@ include/gsl/gsl_matrix_ulong.h
include/gsl/gsl_matrix_ushort.h
include/gsl/gsl_message.h
include/gsl/gsl_min.h
+include/gsl/gsl_minmax.h
include/gsl/gsl_mode.h
include/gsl/gsl_monte.h
include/gsl/gsl_monte_miser.h
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index 12f73d15754..879935ba78f 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2008/05/02 08:49:50 adam Exp $
+$NetBSD: distinfo,v 1.22 2008/12/19 23:16:22 tnn Exp $
-SHA1 (gsl-1.11.tar.gz) = 5a154d1cc66ac479197d25dd93a56da12a034c49
-RMD160 (gsl-1.11.tar.gz) = b69e38e217084fa2aff386b42aadb6f9efc5b1ec
-Size (gsl-1.11.tar.gz) = 2700307 bytes
+SHA1 (gsl-1.12.tar.gz) = 3b5cba13f4b90e1473f693a5dc7efdcaae55fc46
+RMD160 (gsl-1.12.tar.gz) = 07c9d6a1e1fc1efb43dcc883fd15a2ca5d312da0
+Size (gsl-1.12.tar.gz) = 2924732 bytes
SHA1 (patch-aa) = 7166f1ca7ec25214e8985f0b012f9acaf1b59675
SHA1 (patch-ac) = 83040b63063159773d66326c923fa965c42421cc
-SHA1 (patch-ae) = 016b1b8911acf8fd20bd09d615890053a5807ec4
+SHA1 (patch-ae) = ae00f8c0e18377c66672bcd0099cc49f151b1a07
SHA1 (patch-af) = 846179c3440ad39d4dc6ea8a9c8ba86c40150e14
diff --git a/math/gsl/patches/patch-ae b/math/gsl/patches/patch-ae
index c8487deaa1d..eed2ea1aff0 100644
--- a/math/gsl/patches/patch-ae
+++ b/math/gsl/patches/patch-ae
@@ -1,16 +1,16 @@
-$NetBSD: patch-ae,v 1.3 2007/01/01 14:32:29 rillig Exp $
+$NetBSD: patch-ae,v 1.4 2008/12/19 23:16:22 tnn Exp $
Tags: for-upstream
siman_tsp.c uses many functions from libm.
---- siman/Makefile.am.orig 2007-01-01 15:12:17.000000000 +0100
-+++ siman/Makefile.am 2007-01-01 15:13:22.000000000 +0100
-@@ -16,6 +16,7 @@ siman_tsp_LDADD = libgslsiman.la ../rng/
+--- siman/Makefile.am.orig 2008-11-27 23:03:28.000000000 +0300
++++ siman/Makefile.am 2008-12-16 20:53:55.000000000 +0300
+@@ -16,6 +16,7 @@
CLEANFILES = siman_test.out
libgslsiman_la_SOURCES = siman.c
+libgslsiman_la_LIBADD = -lm
pkginclude_HEADERS = gsl_siman.h
- INCLUDES= -I$(top_builddir)
+ INCLUDES = -I$(top_srcdir)