Tue Nov 17 10:42:13 2015 UTC ()
Update gsl to 2.1:

* What is new in gsl-2.1:

** added test suite for example programs

** bug fix when compiling with #undef GSL_DISABLE_DEPRECATED

** bug fix in setting libtool age versioning

** bug fix in gsl_multifit_wlinear()

** added gsl_multifit_linear_rcond() to compute reciprocal
   condition number of least squares matrix

** added gsl_multilarge module for large linear least squares
   systems


(wiz)
diff -r1.35 -r1.36 pkgsrc/math/gsl/Makefile
diff -r1.19 -r1.20 pkgsrc/math/gsl/PLIST
diff -r1.30 -r1.31 pkgsrc/math/gsl/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/math/gsl/Makefile (expand / switch to unified diff)

--- pkgsrc/math/gsl/Makefile 2015/11/06 11:19:48 1.35
+++ pkgsrc/math/gsl/Makefile 2015/11/17 10:42:12 1.36
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.35 2015/11/06 11:19:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2015/11/17 10:42:12 wiz Exp $
2 2
3DISTNAME= gsl-2.0 3DISTNAME= gsl-2.1
4CATEGORIES= math devel 4CATEGORIES= math devel
5MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} 5MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
6 6
7MAINTAINER= david@maxwell.net 7MAINTAINER= david@maxwell.net
8HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html 8HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html
9COMMENT= The GNU Scientific Library 9COMMENT= The GNU Scientific Library
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14INFO_FILES= yes 14INFO_FILES= yes
15 15
16TEST_TARGET= check 16TEST_TARGET= check

cvs diff -r1.19 -r1.20 pkgsrc/math/gsl/PLIST (expand / switch to unified diff)

--- pkgsrc/math/gsl/PLIST 2015/11/06 11:19:48 1.19
+++ pkgsrc/math/gsl/PLIST 2015/11/17 10:42:12 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2015/11/06 11:19:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.20 2015/11/17 10:42:12 wiz Exp $
2bin/gsl-config 2bin/gsl-config
3bin/gsl-histogram 3bin/gsl-histogram
4bin/gsl-randist 4bin/gsl-randist
5include/gsl/gsl_blas.h 5include/gsl/gsl_blas.h
6include/gsl/gsl_blas_types.h 6include/gsl/gsl_blas_types.h
7include/gsl/gsl_block.h 7include/gsl/gsl_block.h
8include/gsl/gsl_block_char.h 8include/gsl/gsl_block_char.h
9include/gsl/gsl_block_complex_double.h 9include/gsl/gsl_block_complex_double.h
10include/gsl/gsl_block_complex_float.h 10include/gsl/gsl_block_complex_float.h
11include/gsl/gsl_block_complex_long_double.h 11include/gsl/gsl_block_complex_long_double.h
12include/gsl/gsl_block_double.h 12include/gsl/gsl_block_double.h
13include/gsl/gsl_block_float.h 13include/gsl/gsl_block_float.h
14include/gsl/gsl_block_int.h 14include/gsl/gsl_block_int.h
@@ -74,26 +74,27 @@ include/gsl/gsl_matrix_uchar.h @@ -74,26 +74,27 @@ include/gsl/gsl_matrix_uchar.h
74include/gsl/gsl_matrix_uint.h 74include/gsl/gsl_matrix_uint.h
75include/gsl/gsl_matrix_ulong.h 75include/gsl/gsl_matrix_ulong.h
76include/gsl/gsl_matrix_ushort.h 76include/gsl/gsl_matrix_ushort.h
77include/gsl/gsl_message.h 77include/gsl/gsl_message.h
78include/gsl/gsl_min.h 78include/gsl/gsl_min.h
79include/gsl/gsl_minmax.h 79include/gsl/gsl_minmax.h
80include/gsl/gsl_mode.h 80include/gsl/gsl_mode.h
81include/gsl/gsl_monte.h 81include/gsl/gsl_monte.h
82include/gsl/gsl_monte_miser.h 82include/gsl/gsl_monte_miser.h
83include/gsl/gsl_monte_plain.h 83include/gsl/gsl_monte_plain.h
84include/gsl/gsl_monte_vegas.h 84include/gsl/gsl_monte_vegas.h
85include/gsl/gsl_multifit.h 85include/gsl/gsl_multifit.h
86include/gsl/gsl_multifit_nlin.h 86include/gsl/gsl_multifit_nlin.h
 87include/gsl/gsl_multilarge.h
87include/gsl/gsl_multimin.h 88include/gsl/gsl_multimin.h
88include/gsl/gsl_multiroots.h 89include/gsl/gsl_multiroots.h
89include/gsl/gsl_multiset.h 90include/gsl/gsl_multiset.h
90include/gsl/gsl_nan.h 91include/gsl/gsl_nan.h
91include/gsl/gsl_ntuple.h 92include/gsl/gsl_ntuple.h
92include/gsl/gsl_odeiv.h 93include/gsl/gsl_odeiv.h
93include/gsl/gsl_odeiv2.h 94include/gsl/gsl_odeiv2.h
94include/gsl/gsl_permutation.h 95include/gsl/gsl_permutation.h
95include/gsl/gsl_permute.h 96include/gsl/gsl_permute.h
96include/gsl/gsl_permute_char.h 97include/gsl/gsl_permute_char.h
97include/gsl/gsl_permute_complex_double.h 98include/gsl/gsl_permute_complex_double.h
98include/gsl/gsl_permute_complex_float.h 99include/gsl/gsl_permute_complex_float.h
99include/gsl/gsl_permute_complex_long_double.h 100include/gsl/gsl_permute_complex_long_double.h

cvs diff -r1.30 -r1.31 pkgsrc/math/gsl/distinfo (expand / switch to unified diff)

--- pkgsrc/math/gsl/distinfo 2015/11/06 11:19:48 1.30
+++ pkgsrc/math/gsl/distinfo 2015/11/17 10:42:12 1.31
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.30 2015/11/06 11:19:48 wiz Exp $ 1$NetBSD: distinfo,v 1.31 2015/11/17 10:42:12 wiz Exp $
2 2
3SHA1 (gsl-2.0.tar.gz) = 1b43e863e30e8e338ebea27f5f2625cd4be00c11 3SHA1 (gsl-2.1.tar.gz) = e20110bf060c4030b26c519a70c6c0e113abc9f7
4RMD160 (gsl-2.0.tar.gz) = 828247787079f6e02bda57947a5d98c2692e42b6 4RMD160 (gsl-2.1.tar.gz) = 4ccf5425d54c2b0ef76db97f5960563a4bf0e311
5SHA512 (gsl-2.0.tar.gz) = 66bcfa0ecdc55ad0b723c9553c6c84c85adc0e28a6d5e7fdfa8b441d3085290d120331e8d8d0283055a8580fa38d2ada5bcafcace13d8513b1f8879a2112f9d5 5SHA512 (gsl-2.1.tar.gz) = d63660fdfae9c9ec9f4fd1894b0af705297cefb6169973ef10faacd0b8a3d52f537508e9c07f4f9f4253138cc48e5570bb10ef303538226d7febd92e8fd184b0
6Size (gsl-2.0.tar.gz) = 3542654 bytes 6Size (gsl-2.1.tar.gz) = 3827265 bytes
7SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09 7SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09
8SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d 8SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d
9SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb 9SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb