pkgsrc/math/gsl/Makefile
jtb 9246be9e38 Update to version 1.1.1. From the NEWS file:
* What is new in gsl-1.1.1:

** Fixes to histogram2d stat functions

** Added missing prototypes for complex LU determinant functions

** Improved error handling in multifit routines

** Added check to avoid division by zero for rank-deficient matrix in
multifit iteration

* What was new in gsl-1.1:

** The permutation module now includes a copy function
gsl_permutation_memcpy

** The implementation of gsl_sf_gamma_inc has been improved and now
avoids problems caused by internal singularities which occurred in the
series expansion for some combinations of parameters.

** IEEE comparisons of infinities and NaNs are tested during the
configure stage and the functions gsl_isnan, gsl_isinf and gsl_finite
are only compiled on platforms which support the necessary tests.

** The histogram routines now include a sum function,
gsl_histogram_sum for computing the total bin sum, and additional
statistics functions for 2d histograms.

** Internal error checking of user-defined functions has been improved
in the multiroots functions.

** Constants now include the Bohr Radius and Vacuum Permittivity.

** Range checking is now turned off when building the library, but is
still on by default when compiling user applications.

** A combinations directory has been added for generating combinations (n,k).

** The gamma function now returns exact values for integer arguments.

** Fixed bugs in gsl_sf_hyperg_1F1_int and gsl_sf_hyperg_1F1.

** Fixed internal error handling in gsl_sf_laguerre_n to allow
recovery from overflow.

** Several routines for handling divided difference polynomials have
been added to the poly/ directory.

** The interpolation routines now include polynomial interpolation,
based on divided-differences.

** Added new random number generators from Knuth's Seminumerical
Algorithms, 3rd Edition: borosh13, coveyou, fishman18, fishman20,
fishman2x, knuthran, knuthran2, lecuyer21, waterman14.

** Changed divisor in random number generator gfsr4 from 2^32-1 to
2^32 to prevent exact value of 1.0 from being returned, as specified
in the documentation.
2002-05-03 21:41:31 +00:00

29 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2002/05/03 21:41:31 jtb Exp $
#
DISTNAME= gsl-1.1.1
CATEGORIES= math devel
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
ftp://ftp.freesoftware.com/pub/sourceware/pub/gsl/ \
ftp://mirrors.rcn.net/pub/sourceware/pub/gsl/ \
ftp://gd.tuwien.ac.at/gnu/sourceware/gsl/ \
ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.unina.it/pub/Unix/cygnus/gsl/ \
ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/gsl/ \
ftp://ftp.fic.uni.lodz.pl/pub/sources.redhat.com/pub/gsl/ \
ftp://ftp.chg.ru/pub/sourceware/gsl/ \
ftp://ftp.sun.ac.za/sites/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/gsl/ \
ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/gsl/
MAINTAINER= David Maxwell <david@maxwell.net>
HOMEPAGE= http://sources.redhat.com/gsl/
COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"