diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-04 09:36:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-04 09:36:09 +0000 |
commit | 7db5a0062f291f83b2fc3af9ef3f362bfcf2fa56 (patch) | |
tree | dc7a3f5547988d512a11e740c8165b45a2554104 /math | |
parent | b3539cabc02a3d43f97d92e5b7745201cb13f8df (diff) | |
download | pkgsrc-7db5a0062f291f83b2fc3af9ef3f362bfcf2fa56.tar.gz |
Updated gsl to 2.4.
* What is new in gsl-2.4:
** migrated documentation to Sphinx software, which has built-in
support for latex equations and figures in HTML output
** add const to declaration of appropriate gsl_rstat routines
** bug fix for #45730: change gsl_sf_sin/cos to libm sin/cos
** fix Cholesky documentation regarding upper triangle on output
** added routines to compute integrals with fixed-point quadrature,
based on IQPACK (Konrad Griessinger)
** added routines for Hermite polynomials, gsl_sf_hermite_*
(Konrad Griessinger)
** added new nonlinear least squares example for fitting
a Gaussian to data
** deprecated routines:
gsl_sf_coupling_6j_INCORRECT
gsl_sf_coupling_6j_INCORRECT_e
** deprecated routine 'gsl_linalg_hessenberg' (replaced
by gsl_linalg_hessenberg_decomp)
** removed routines which were deprecated in v2.1:
gsl_bspline_deriv_alloc
gsl_bspline_deriv_free
** changed COD expression to Q R Z^T instead of Q R Z to
be consistent with standard texts
** added check for nz == 0 in gsl_spmatrix_get
(reported by Manuel Schmitz)
** permit zero-dimension blocks, vectors, matrics, subvectors,
submatrices, and views of the above (bug #49988)
** added routine gsl_linalg_COD_lssolve2 for regularized
least squares problems
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/PLIST | 3 | ||||
-rw-r--r-- | math/gsl/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 163bcfca672..c42bc23c73f 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2016/12/12 15:06:34 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2017/07/04 09:36:09 wiz Exp $ -DISTNAME= gsl-2.3 +DISTNAME= gsl-2.4 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} diff --git a/math/gsl/PLIST b/math/gsl/PLIST index 1c83cf74554..9374d715f6f 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2016/09/01 16:05:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2017/07/04 09:36:09 wiz Exp $ bin/gsl-config bin/gsl-histogram bin/gsl-randist @@ -166,6 +166,7 @@ include/gsl/gsl_sf_expint.h include/gsl/gsl_sf_fermi_dirac.h include/gsl/gsl_sf_gamma.h include/gsl/gsl_sf_gegenbauer.h +include/gsl/gsl_sf_hermite.h include/gsl/gsl_sf_hyperg.h include/gsl/gsl_sf_laguerre.h include/gsl/gsl_sf_lambert.h diff --git a/math/gsl/distinfo b/math/gsl/distinfo index b78e1e8da50..cf3639ac7e3 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.34 2016/12/12 15:06:34 wiz Exp $ +$NetBSD: distinfo,v 1.35 2017/07/04 09:36:09 wiz Exp $ -SHA1 (gsl-2.3.tar.gz) = 7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9 -RMD160 (gsl-2.3.tar.gz) = e53183d22c05785e1fe60f4dc7a7c1d1682f64c1 -SHA512 (gsl-2.3.tar.gz) = ada622079f4ac667d95f74b38aa368726fc1b18fd34555bcefe90920d3da93a9289ebff966be43325af806107001bc8973daf9f8418e6c97b866be2296b566ff -Size (gsl-2.3.tar.gz) = 4510731 bytes +SHA1 (gsl-2.4.tar.gz) = 5db17d71306139b811a218d8a8cf98e12e1f58ae +RMD160 (gsl-2.4.tar.gz) = 142fb0588bd7a84067ea2286e37b4bb0e9fc9845 +SHA512 (gsl-2.4.tar.gz) = 12442b023dd959e8b22a9c486646b5cedec7fdba0daf2604cda365cf96d10d99aefdec2b42e59c536cc071da1525373454e5ed6f4b15293b305ca9b1dc6db130 +Size (gsl-2.4.tar.gz) = 5916715 bytes SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09 SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb |