Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 03/29/2001 00:49:42
Module Name:	pkgsrc
Committed By:	jtb
Date:		Wed Mar 28 21:49:42 UTC 2001

Modified Files:
	pkgsrc/math/gsl: Makefile
	pkgsrc/math/gsl/files: md5
	pkgsrc/math/gsl/pkg: PLIST
Added Files:
	pkgsrc/math/gsl/patches: patch-aa patch-ab patch-ac patch-ad patch-ae

Log Message:
Updated to gsl-0.7.

* What is new in gsl-0.7:

** Linux/PowerPC should now be well supported.

** Header files for common physical constants have been added.

** Functions linear and nonlinear regression in one or more dimensions
are now available.

** Vector and matrix views now have access to the address of the
underlying block for compatibility with VSIPL (www.vsipl.org).

** There is a new library for generating low-discrepancy quasi-random
sequences.

** The seeding procedure of the default random number generator
MT19937 has been updated to match the 10/99 release of the original
code.  This fixes a weakness which occurred for seeds which were
powers of 2.

** The blas library libgslblasnative has been renamed libgslblas to avoid
confusion with system blas library


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/math/gsl/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/gsl/files/md5
cvs rdiff -r0 -r1.1 pkgsrc/math/gsl/patches/patch-aa \
    pkgsrc/math/gsl/patches/patch-ab pkgsrc/math/gsl/patches/patch-ac \
    pkgsrc/math/gsl/patches/patch-ad pkgsrc/math/gsl/patches/patch-ae
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/gsl/pkg/PLIST

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