diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-15 10:45:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-15 10:45:28 +0000 |
commit | 8a200b1d3ccf4e8c683a2bbffe380741fb08f97c (patch) | |
tree | 751e5e57cf46949432ed930d3407e2457f19842d /math | |
parent | 36a41af3477f1e8f58753af8b45c733ee4ebf6c6 (diff) | |
download | pkgsrc-8a200b1d3ccf4e8c683a2bbffe380741fb08f97c.tar.gz |
Update to 1.14:
* What is new in gsl-1.14:
** Upgraded to latest libtool, autoconf and automake (libtool-2.2.6b,
autoconf-2.65, automake-1.11.1). Fixes security hole in 'make
dist' (see Automake CVE-2009-4029).
** Added support for "multisets", which are similar to permutations
and combinations. A multiset is an array of k integers in the
range 0 to n-1 where each value may occur more than once. Multisets
can be used to iterate over the indices of a k-th order symmetric
tensor in n-space. (Rhys Ulerich)
** Added gsl_integrate_glfixed routines for performing fixed order
Gauss-Legendre integration
(Pavel Holoborodko, Konstantin Holoborodko, Rhys Ulerich)
** In the LMDER multi-dimensional fitting routines, the return code
GSL_ENOPROG is now used instead of GSL_CONTINUE for the case where
10 or more attempts to find a suitable trial step have been made
without success. [bug #25383]
** The confluent hypergeometric function gsl_sf_hyperg_U (a,b,x) has
been extended to support x < 0 for cases not involving
singularities in 1F1(a,b,x). [bug #27859]
** The F-distribution gsl_ran_fdist_pdf now avoids unnecessary
underflow and overflow and handles cases where n > 248. [bug
#28500]
** The SVD routines now use a scaled version of the implicit QR method
and compute the shift more reliably for values at the limit of
double precision, avoiding potential NaNs. [bug #28767]
** A compile time error is emitted if the configuration stage prevents
the functions gsl_isnan and gsl_finite from being defined.
** Added missing dereference in GSL_VECTOR_COMPLEX when not using
GSL_RANGE_CHECK [bug #28017]
** Improved the range of gsl_sf_hyperg1F1(a,b,x) when a<0,b>0. [bug
#28718]
** Added macros GSL_MAJOR_VERSION and GSL_MINOR_VERSION in
<gsl/gsl_version.h>
** Improved gsl_eigen_symmv and gsl_eigen_symm to avoid a potential
infinite loop when the tridiagonalised matrix contains very small
values. [bug #28096]
** Added functions gsl_multifit_linear_usvd and
gsl_multifit_wlinear_usvd for multilinear fitting without
column-scaling of the fit matrix.
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/PLIST | 3 | ||||
-rw-r--r-- | math/gsl/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index d6f4290b96f..ca1bd641a41 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2009/10/31 01:27:26 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/03/15 10:45:28 wiz Exp $ -DISTNAME= gsl-1.13 +DISTNAME= gsl-1.14 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} diff --git a/math/gsl/PLIST b/math/gsl/PLIST index 8e59d3da081..e6274f0ebfa 100644 --- a/math/gsl/PLIST +++ b/math/gsl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:05:44 joerg Exp $ +@comment $NetBSD: PLIST,v 1.17 2010/03/15 10:45:28 wiz Exp $ bin/gsl-config bin/gsl-histogram bin/gsl-randist @@ -85,6 +85,7 @@ include/gsl/gsl_multifit.h include/gsl/gsl_multifit_nlin.h include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h +include/gsl/gsl_multiset.h include/gsl/gsl_nan.h include/gsl/gsl_ntuple.h include/gsl/gsl_odeiv.h diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 8295bc524eb..6c21011202f 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2009/10/31 01:27:26 wiz Exp $ +$NetBSD: distinfo,v 1.24 2010/03/15 10:45:28 wiz Exp $ -SHA1 (gsl-1.13.tar.gz) = 02db78b9583bc7b2a577da6f45f5dd9f23ef737e -RMD160 (gsl-1.13.tar.gz) = f71507181ace425df0977a13946f12cae4b65783 -Size (gsl-1.13.tar.gz) = 3014270 bytes +SHA1 (gsl-1.14.tar.gz) = e1a600e4fe359692e6f0e28b7e12a96681efbe52 +RMD160 (gsl-1.14.tar.gz) = c89a30a0b38a0c83d73ded19180d52acd56e6a52 +Size (gsl-1.14.tar.gz) = 3128269 bytes SHA1 (patch-aa) = 7166f1ca7ec25214e8985f0b012f9acaf1b59675 SHA1 (patch-ae) = ae00f8c0e18377c66672bcd0099cc49f151b1a07 SHA1 (patch-af) = 6c0fe8679cf511f9455630bbd42bfba1f293c35d |