pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gsl Updated gsl to 2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54974a4889d0
branches:  trunk
changeset: 364761:54974a4889d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 04 09:36:09 2017 +0000

description:
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:

 math/gsl/Makefile |   4 ++--
 math/gsl/PLIST    |   3 ++-
 math/gsl/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r a8cb9880f3cf -r 54974a4889d0 math/gsl/Makefile
--- a/math/gsl/Makefile Tue Jul 04 09:27:33 2017 +0000
+++ b/math/gsl/Makefile Tue Jul 04 09:36:09 2017 +0000
@@ -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 -r a8cb9880f3cf -r 54974a4889d0 math/gsl/PLIST
--- a/math/gsl/PLIST    Tue Jul 04 09:27:33 2017 +0000
+++ b/math/gsl/PLIST    Tue Jul 04 09:36:09 2017 +0000
@@ -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_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 -r a8cb9880f3cf -r 54974a4889d0 math/gsl/distinfo
--- a/math/gsl/distinfo Tue Jul 04 09:27:33 2017 +0000
+++ b/math/gsl/distinfo Tue Jul 04 09:36:09 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index