Subject: CVS commit: pkgsrc/math/gsl
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 11/22/2001 14:58:41
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Nov 22 12:58:41 UTC 2001

Modified Files:
	pkgsrc/math/gsl: Makefile PLIST distinfo
Added Files:
	pkgsrc/math/gsl: buildlink.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/math/gsl/Makefile pkgsrc/math/gsl/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/math/gsl/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/math/gsl/buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.