summaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-22 12:58:40 +0000
committeragc <agc@pkgsrc.org>2001-11-22 12:58:40 +0000
commitaaf1c1e2eb34d78d06f7729d52d9d799179e7478 (patch)
treee229a08d333e2d8b8daf850da08bfc401fb2507a /math/gsl/Makefile
parent3f128c3069011ce26d5f9d3bd7ff6d2a4c6c3fbf (diff)
downloadpkgsrc-aaf1c1e2eb34d78d06f7729d52d9d799179e7478.tar.gz
Upgrade gsl from 0.9 to 1.0. Provided in PR 14501 by Masao Uebayashi
(uebayasi@soum.co.jp). To quote from the PR: Changes from the previous pkgsrc'ed version (0.9.0) are too many to write here, but five of them picking them randomly : * The single precision ffts now uses float throughout, rather than mixing float and double. * Vector and matrix views are now compliant with the ANSI standard. * Routines for complex LU decomposition are now available, allowing the solution of systems of equations with complex coefficients. * Reorganized the multmin functions to use the same interface as the other iterative solvers. * Increased the maximum number of iterations in gsl_poly_complex_solve() from 30 to 60. In addition, a buildlink.mk file was provided by Masao-san.
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 6d9cca37898..cf843b3bbdb 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/07/05 18:04:50 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/11/22 12:58:40 agc Exp $
#
-DISTNAME= gsl-0.9
+DISTNAME= gsl-1.0
CATEGORIES= math devel
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
ftp://ftp.freesoftware.com/pub/sourceware/pub/gsl/ \