Subject: CVS commit: pkgsrc/math/gsl
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 07/05/2001 21:04:52
Module Name:	pkgsrc
Committed By:	jtb
Date:		Thu Jul  5 18:04:51 UTC 2001

Modified Files:
	pkgsrc/math/gsl: Makefile distinfo
	pkgsrc/math/gsl/patches: patch-aa
	pkgsrc/math/gsl/pkg: PLIST

Log Message:
Update to GSL version 0.9.

* What is new in gsl-0.9:

** There is a new system of vector and matrix views.  Any code using
vector and matrix views will need to be updated.

** The order of arguments of the view functions involving strides have
been changed to be consistent with the rest of the library.

** The ode solvers have been reorganized.

** There are new eigensystem routines for real symmetric and complex
hermitian matrices.

** The linear algebra directory now includes functions for computing
symmetric tridiagonal decompositions and bidiagonal decompositions.

** The svd routines now include the Golub-Reinsch and Modified
Golub-Reinsch algorithms in addition to the Jacobi algorithm.

** The interpolation directory has been reorganized and a higher-level
"spline" interface has been added which simplifies the handling of
interpolation arguments.

** IEEE support is now available on OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/math/gsl/Makefile pkgsrc/math/gsl/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/math/gsl/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/math/gsl/pkg/PLIST

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