pkgsrc/math
wiz 6b056f9b6e Update to 1.9:
* What is new in gsl-1.9:

** Fixed the elliptic integrals F,E,P,D so that they have the correct
behavior for phi > pi/2 and phi < 0.  The angular argument is now
valid for all phi.  Also added the complete elliptic integral
gsl_sf_ellint_Pcomp.

** Added a new BFGS minimisation method gsl_multimin_fdfminimizer_vector_bfgs2
based on the algorithm given by R.Fletcher in "Practical Methods of
Optimisation" (Second edition).  This requires substantially fewer
function and gradient evaluations, and supercedes the existing BFGS
minimiser.

** The beta functions gsl_sf_beta_e(a,b) and gsl_sf_lnbeta_e(a,b) now
handle negative arguments a,b.  Added new function gsl_sf_lnbeta_sgn_e
for computing magnitude and sign of negative beta values, analagous to
gsl_sf_lngamma_sgn_e.

** gsl_cheb_eval_mode now uses the same error estimate as
gsl_cheb_eval_err.

** Improved gsl_sf_legendre_sphPlm_e to avoid underflow with large
arguments.

** Added updated Knuth generator, gsl_rng_knuthran2002, from 9th
printing of "The Art of Computer Programming".  Fixes various
weaknesses in the earlier version gsl_rng_knuthran.  See
http://www-cs-faculty.stanford.edu/~knuth/news02.htm

** The functions gsl_multifit_fsolver_set, gsl_multifit_fdfsolver_set
and gsl_multiroot_fsolver_set, gsl_multiroot_fdfsolver_set now have a
const qualifier for the input vector x, reflecting their actual usage.

** gsl_sf_expint_E2(x) now returns the correct value 1 for x==0,
instead of NaN.

** The gsl_ran_gamma function now uses the Marsaglia-Tsang fast gamma
method of gsl_ran_gamma_mt by default.

** The matrix and vector min/max functions now always propagate any
NaNs in their input.

** Prevented NaN occuring for extreme parameters in
gsl_cdf_fdist_{P,Q}inv and gsl_cdf_beta_{P,Q}inv

** Corrected error estimates for the angular reduction functions
gsl_sf_angle_restrict_symm_err and gsl_sf_angle_restrict_pos_err.
Fixed gsl_sf_angle_restrict_pos to avoid possibility of returning
small negative values.  Errors are now reported for out of range
negative arguments as well as positive.  These functions now return
NaN when there would be significant loss of precision.

** Corrected an error in the higher digits of M_PI_4 (this was beyond
the limit of double precision, so double precision results are not
affected).

** gsl_root_test_delta now always returns success if two iterates are
the same, x1==x0.

** A Japanese translation of the reference manual is now available
from the GSL webpage at http://www.gnu.org/software/gsl/ thanks to
Daisuke TOMINAGA.

** Added new functions for basis splines, see the "Basis Splines"
chapter in the GSL Reference Manual for details.

** Added new functions for testing the sign of vectors and matrices,
gsl_vector_ispos, gsl_vector_isneg, gsl_matrix_ispos and
gsl_matrix_isneg.

** Fixed a bug in gsl_sf_lnpoch_e and gsl_sf_lnpoch_sgn_e which caused
the incorrect value 1.0 instead of 0.0 to be returned for x==0.

** Fixed cancellation error in gsl_sf_laguerre_n for n > 1e7 so that
larger arguments can be calculated without loss of precision.

** Improved gsl_sf_zeta_e to return exactly zero for negative even
integers, avoiding less accurate trigonometric reduction.

** Fixed a bug in gsl_sf_zetam1_int_e where 0 was returned instead of
-1 for negative even integer arguments.

** When the differential equation solver gsl_odeiv_apply encounters a
singularity it returns the step-size which caused the error code from
the user-defined function, as opposed to leaving the step-size
unchanged.

** Added support for nonsymmetric eigensystems

** Added Mathieu functions
2007-02-26 08:05:15 +00:00
..
abs - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
admesh Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
algae Needs a C compiler. 2006-07-21 05:28:26 +00:00
antixls Add an explicit run-time dependency on perl because these packages 2006-07-07 22:10:06 +00:00
aribas share/emacs/site-lisp now exists by default -- don't try to remove it. 2007-02-20 19:04:10 +00:00
bc List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-05 23:01:15 +00:00
blas Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
blitz++ Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
calc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
calcoo Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
capc-calc update to 2.12.1.8 2007-02-22 20:30:15 +00:00
cln Update MASTER_SITES. 2007-01-07 09:54:52 +00:00
dcdflib.c Fixed pkglint warnings. 2006-06-09 09:58:57 +00:00
dcdflib.f Fixed pkglint warnings. Fixed gcc warnings. Bumped PKGREVISION since the 2006-06-09 10:26:05 +00:00
dfftpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
djbfft Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
eispack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ess Make this package install correctly regardless of whether we are using 2006-03-31 04:29:51 +00:00
eukleides Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
euler Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
fftpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
fftw When PKGSRC_RUN_TEST is set to "yes", Perl is needed. 2006-07-21 07:07:17 +00:00
fftw2 Needs a C compiler. 2006-07-21 05:28:26 +00:00
fftwf Update fftwf to version 3.1.2: 2006-11-15 01:11:13 +00:00
fgmp Fix a bug in the mpz_random*() routines, by setting the sn field in the 2007-01-04 19:37:51 +00:00
galculator Needs intltool. 2006-07-19 10:08:12 +00:00
gap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
gcalctool update to 5.8.25 2006-11-09 21:14:41 +00:00
geg Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
genius point to a better HOMEPAGE 2007-02-08 18:37:57 +00:00
glpk Chaneges 4.15: 2007-02-20 12:57:21 +00:00
gnumeric Compile with libgda-2.99.2 and libgnomedb-2.99.2. Bump PKGREVISION. 2007-01-21 19:17:33 +00:00
gp-autpgrp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-factint Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-fplsa Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-grape Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-grpconst Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-lag Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grace Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
graphopt pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
grpn Needs mkdirhier. 2006-06-09 06:34:57 +00:00
gsl Update to 1.9: 2007-02-26 08:05:15 +00:00
gtklife Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
guppi pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
lapack cc is used at least on DragonFly for linkage, so keep C in USE_LANGUAGES. 2006-08-22 23:27:23 +00:00
libffm Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
libmatheval update to 1.1.3 2006-07-10 11:16:24 +00:00
linpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ltm Update to 0.39. 2006-09-09 09:35:10 +00:00
mapm Uses C++. 2006-06-02 13:38:53 +00:00
mathomatic Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
maxima update to 5.10.0 2006-10-23 09:50:44 +00:00
mcsim List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-05 23:01:15 +00:00
meschach Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
metis Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
minpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mpfr Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
mtl Uses C and C++. 2006-07-11 00:19:20 +00:00
newmat Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
nickle import nickle-2.56, another command line calculator, with scripting 2007-02-22 20:35:38 +00:00
ntl Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
octave PKGREVISION bump for flac shlib major bump and corresponding ABI 2007-01-07 12:25:50 +00:00
octave-current PKGREVISION bump for flac shlib major bump and corresponding ABI 2007-01-07 12:25:50 +00:00
octave-forge Modular Xorg support. 2007-02-06 18:05:58 +00:00
odepack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
otter Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
p5-Math-Base85 This module handles numbers in base 85, via strings and Math::BigInt. 2005-08-13 07:59:41 +00:00
p5-Math-Bezier Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-BigInteger DESTDIR support. 2006-11-05 17:17:04 +00:00
p5-Math-FFT Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-Math-GMP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Interpolate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-MatrixReal Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Pari This build process is just plain evil. In any case, don't throw away a 2007-01-05 13:41:21 +00:00
p5-Math-Random Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Number-Compare Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Number-Latin Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Set-Crontab Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Set-Infinite Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Spreadsheet-ParseExcel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Spreadsheet-WriteExcel Update p5-Spreadsheet-WriteExcel to 2.17. 2006-11-05 02:27:37 +00:00
pari Modular Xorg support. 2007-01-23 17:59:42 +00:00
pari-galdata Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pear-Numbers_Roman Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pear-Numbers_Words Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
php-bcmath Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pspp Never run gengarbage, it can block the build infinitly. 2006-07-09 13:43:56 +00:00
py-ephem Add LICENSE=. 2006-11-13 22:49:51 +00:00
py-fpconst Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-numarray update to 1.5.2 2006-10-17 14:25:43 +00:00
py-Numeric Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-pytables update to 1.3.3 2006-10-17 14:32:32 +00:00
py-rpy Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
py-Scientific Dependency (py-Numeric) doesn't exist for Python 2.0 and 2.1. 2006-06-02 23:33:30 +00:00
py-Scientific-doc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qalculate Drop the pthrea check in configure completely and just set 2007-02-22 16:15:14 +00:00
qalculate-bases LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
qalculate-currency LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
qalculate-gtk Changes 0.9.5: 2007-02-20 15:08:47 +00:00
qalculate-kde Changes 0.9.5: 2007-02-20 15:08:47 +00:00
qalculate-units LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
quadpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
R Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-abind Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-akima Needs a C compiler. 2006-07-23 16:47:11 +00:00
R-CGIwithR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-chron Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-clim.pact Update to 2.2.1 and fix dependencies. 2006-07-02 13:22:52 +00:00
R-combinat Initial import R-combinat 0.0.6 2006-07-02 13:16:03 +00:00
R-DAAG Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-date Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-gdata Fixed the path to the Perl interpreter. Bumped PKGREVISION. 2006-07-23 16:59:22 +00:00
R-genetics Update to version 1.2.0, add correct dependencies. 2006-07-02 13:19:53 +00:00
R-geoR Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-GRASS Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-gstat Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-gtools There is some debugging information in gtools.so. 2007-01-08 04:40:27 +00:00
R-httpRequest Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-hwde Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-ISwR Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-lmm pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
R-mapproj Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-maps Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-Matrix Needs the blas package for building. 2006-07-23 17:08:56 +00:00
R-mvtnorm pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
R-ncdf Updated R-ncdf to 1.6, since the old distfile is no longer available. 2006-07-23 17:04:12 +00:00
R-PHYLOGR Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-pixmap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-R2HTML Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-RArcInfo Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-Rcmdr Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-sgeostat pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
R-shapefiles Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-statmod Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
R-wle pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
randlib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ruby-gsl Fixed the pkglint warnings about "${WRKSRC}/..". 2006-08-31 08:42:41 +00:00
sc Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
scilab remove some extra included bl3.mk files which are not needed 2007-02-04 20:42:24 +00:00
slatec When all source files are compiled with a Fortran compiler, why should a 2006-07-27 18:49:47 +00:00
snns - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
statist Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
superlu Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
tasp-vsipl Modular Xorg support. 2007-02-19 21:38:32 +00:00
tochnog Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
udunits Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
units Import GNU units 1.86. 2006-11-19 04:56:17 +00:00
vista Don't include x11.b3.mk directly as this is pure lisp. 2007-02-19 20:02:18 +00:00
xeukleides Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
xfractint Modular Xorg support. A special spicy cookie goes to rillig for finding 2007-02-15 14:44:04 +00:00
xgap Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
xldlas Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
xlife pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
xlispstat Modular Xorg support. 2007-02-19 19:51:17 +00:00
xmgr Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
yacas share/emacs/site-lisp now exists by default -- don't try to remove it. 2007-02-20 19:04:10 +00:00
yorick Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
Makefile +nickle 2007-02-22 20:37:03 +00:00