pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gsl Changes 1.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a40d9cd856ec
branches: trunk
changeset: 511740:a40d9cd856ec
user: adam <adam%pkgsrc.org@localhost>
date: Thu Apr 20 18:31:15 2006 +0000
description:
Changes 1.8:
** Added an error check to trap multifit calls with fewer observations
than parameters. Previously calling the multifit routines with n<p
would cause invalid memory access.
** Added the Debye unit to physical constants.
** Added cumulative distribution functions for the discrete
distributions, including binomial, poisson, geometric, negative
binomial, pascal and hypergeometric.
** Added the functions gsl_cdf_beta_{Pinv,Qinv} and
gsl_cdf_fdist_{Pinv,Qinv} for computing the inverse of the cumulative
beta and F distributions.
** Added the multilinear fit estimator function gsl_multifit_linear_est
for computing model values and their errors.
** Avoid division by zero in gsl_multimin_fdfminimizer_vector_bfgs
if the step-size becomes too small.
** Users on DEC Alpha systems will need to specify their desired IEEE
arithmetic options via CFLAGS when building the library, as these are
no longer added automatically.
** Added new random variate generators gsl_ran_gaussian_ziggurat
and gsl_ran_gamma_mt for the Gaussian and Gamma distributions based on
the Marsaglia-Tsang ziggurat and fast gamma methods.
** Improved the speed of the exponential power distribution
gsl_ran_exppow.
** Improved the speed of the Gaussian ratio method by adding quadratic
bounds in gsl_ran_gaussian_ratio_method.
diffstat:
math/gsl/Makefile | 6 +++---
math/gsl/distinfo | 12 ++++++------
math/gsl/patches/patch-aa | 6 +++---
math/gsl/patches/patch-ac | 6 +++---
4 files changed, 15 insertions(+), 15 deletions(-)
diffs (69 lines):
diff -r bff42ce779ee -r a40d9cd856ec math/gsl/Makefile
--- a/math/gsl/Makefile Thu Apr 20 18:18:15 2006 +0000
+++ b/math/gsl/Makefile Thu Apr 20 18:31:15 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/03/31 23:56:28 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/04/20 18:31:15 adam Exp $
-DISTNAME= gsl-1.7
+DISTNAME= gsl-1.8
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
@@ -8,8 +8,8 @@
HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html
COMMENT= The GNU Scientific Library
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
INFO_FILES= # PLIST
TEST_TARGET= check
diff -r bff42ce779ee -r a40d9cd856ec math/gsl/distinfo
--- a/math/gsl/distinfo Thu Apr 20 18:18:15 2006 +0000
+++ b/math/gsl/distinfo Thu Apr 20 18:31:15 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2005/09/30 12:31:28 wiz Exp $
+$NetBSD: distinfo,v 1.17 2006/04/20 18:31:15 adam Exp $
-SHA1 (gsl-1.7.tar.gz) = 0915f99c5eca63e6a4d4ed31b6a224789f918200
-RMD160 (gsl-1.7.tar.gz) = 6f1c4178ed8021ada55f5195c2c9ec2e25f04fdf
-Size (gsl-1.7.tar.gz) = 2337248 bytes
-SHA1 (patch-aa) = 77169bafaa6ac4497df6e82f64c17f6d25957231
-SHA1 (patch-ac) = 5bab459ed6e54f23d8052972a32103f073d62af2
+SHA1 (gsl-1.8.tar.gz) = 0dabdf2d024ae3b29207e485c5413676f3fa136f
+RMD160 (gsl-1.8.tar.gz) = f3e7f4622be56635f84c6d889bf8316dbac1edf4
+Size (gsl-1.8.tar.gz) = 2419825 bytes
+SHA1 (patch-aa) = 9803d533a5fab6667b3e1f21dbe21a1871ea0b3a
+SHA1 (patch-ac) = 2c11b0d3f89bb5764518124e1a56ecdf5dd29468
diff -r bff42ce779ee -r a40d9cd856ec math/gsl/patches/patch-aa
--- a/math/gsl/patches/patch-aa Thu Apr 20 18:18:15 2006 +0000
+++ b/math/gsl/patches/patch-aa Thu Apr 20 18:31:15 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2005/01/13 15:06:25 adam Exp $
+$NetBSD: patch-aa,v 1.8 2006/04/20 18:31:15 adam Exp $
---- configure.orig 2004-12-31 15:15:46.000000000 +0000
+--- configure.orig 2006-03-31 19:47:47.000000000 +0200
+++ configure
-@@ -8378,7 +8378,7 @@ esac
+@@ -9611,7 +9611,7 @@ esac
GSL_CFLAGS="-I$includedir"
diff -r bff42ce779ee -r a40d9cd856ec math/gsl/patches/patch-ac
--- a/math/gsl/patches/patch-ac Thu Apr 20 18:18:15 2006 +0000
+++ b/math/gsl/patches/patch-ac Thu Apr 20 18:31:15 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.4 2004/08/06 19:29:49 drochner Exp $
+$NetBSD: patch-ac,v 1.5 2006/04/20 18:31:15 adam Exp $
---- const/gsl_const_cgsm.h.orig 2004-06-20 20:41:17.000000000 +0200
+--- const/gsl_const_cgsm.h.orig 2006-03-17 16:52:09.000000000 +0100
+++ const/gsl_const_cgsm.h
-@@ -118,5 +118,7 @@
+@@ -119,5 +119,7 @@
#define GSL_CONST_CGSM_ERG (1e0) /* g cm^2 / s^2 */
#define GSL_CONST_CGSM_STEFAN_BOLTZMANN_CONSTANT (5.67039934436e-5) /* g / K^4 s^3 */
#define GSL_CONST_CGSM_THOMSON_CROSS_SECTION (6.65245853542e-25) /* cm^2 */
Home |
Main Index |
Thread Index |
Old Index