pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/gsl
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 4 09:36:09 UTC 2017
Modified Files:
pkgsrc/math/gsl: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/gsl/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/gsl/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/gsl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/gsl/Makefile
diff -u pkgsrc/math/gsl/Makefile:1.39 pkgsrc/math/gsl/Makefile:1.40
--- pkgsrc/math/gsl/Makefile:1.39 Mon Dec 12 15:06:34 2016
+++ pkgsrc/math/gsl/Makefile Tue Jul 4 09:36:09 2017
@@ -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/}
Index: pkgsrc/math/gsl/PLIST
diff -u pkgsrc/math/gsl/PLIST:1.21 pkgsrc/math/gsl/PLIST:1.22
--- pkgsrc/math/gsl/PLIST:1.21 Thu Sep 1 16:05:22 2016
+++ pkgsrc/math/gsl/PLIST Tue Jul 4 09:36:09 2017
@@ -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
Index: pkgsrc/math/gsl/distinfo
diff -u pkgsrc/math/gsl/distinfo:1.34 pkgsrc/math/gsl/distinfo:1.35
--- pkgsrc/math/gsl/distinfo:1.34 Mon Dec 12 15:06:34 2016
+++ pkgsrc/math/gsl/distinfo Tue Jul 4 09:36:09 2017
@@ -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