From 0863482b719bf29e8cbda028c9877c99653e3efa Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 17 Nov 2015 10:42:12 +0000 Subject: 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 --- math/gsl/Makefile | 4 ++-- math/gsl/PLIST | 3 ++- math/gsl/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'math') diff --git a/math/gsl/Makefile b/math/gsl/Makefile index d6ca82d3984..8323e32d01d 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/11/06 11:19:48 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2015/11/17 10:42:12 wiz Exp $ -DISTNAME= gsl-2.0 +DISTNAME= gsl-2.1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} diff --git a/math/gsl/PLIST b/math/gsl/PLIST index 1b6d9a0ec99..16ca654f87f 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2015/11/06 11:19:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2015/11/17 10:42:12 wiz Exp $ bin/gsl-config bin/gsl-histogram bin/gsl-randist @@ -84,6 +84,7 @@ include/gsl/gsl_monte_plain.h include/gsl/gsl_monte_vegas.h include/gsl/gsl_multifit.h include/gsl/gsl_multifit_nlin.h +include/gsl/gsl_multilarge.h include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h include/gsl/gsl_multiset.h diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 0f5f29c7f46..13e518aa946 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.30 2015/11/06 11:19:48 wiz Exp $ +$NetBSD: distinfo,v 1.31 2015/11/17 10:42:12 wiz Exp $ -SHA1 (gsl-2.0.tar.gz) = 1b43e863e30e8e338ebea27f5f2625cd4be00c11 -RMD160 (gsl-2.0.tar.gz) = 828247787079f6e02bda57947a5d98c2692e42b6 -SHA512 (gsl-2.0.tar.gz) = 66bcfa0ecdc55ad0b723c9553c6c84c85adc0e28a6d5e7fdfa8b441d3085290d120331e8d8d0283055a8580fa38d2ada5bcafcace13d8513b1f8879a2112f9d5 -Size (gsl-2.0.tar.gz) = 3542654 bytes +SHA1 (gsl-2.1.tar.gz) = e20110bf060c4030b26c519a70c6c0e113abc9f7 +RMD160 (gsl-2.1.tar.gz) = 4ccf5425d54c2b0ef76db97f5960563a4bf0e311 +SHA512 (gsl-2.1.tar.gz) = d63660fdfae9c9ec9f4fd1894b0af705297cefb6169973ef10faacd0b8a3d52f537508e9c07f4f9f4253138cc48e5570bb10ef303538226d7febd92e8fd184b0 +Size (gsl-2.1.tar.gz) = 3827265 bytes SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09 SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb -- cgit v1.2.3