20f3d4e0d3
* What is new in gsl-2.3: ** bug fix in documentation for gsl_linalg_LU_refine (bug #49728, Joey De Pauw) ** added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd to give user more control over cutoff for truncated SVD ** added routines for Generalized Cross Validation for regularized linear least squares ** improved rstat example program and added documentation for gsl_rstat_sd_mean (Jonathan Leto) ** added function gsl_multifit_linear_rank ** bug fix in nonlinear least squares when using data weights with finite-difference Jacobian ** add 2D subspace method for large systems (multilarge_nlinear) ** bug fix in gsl_ran_beta for small parameters (bug #47646, Yu Liu) ** bug fix in gsl_complex_tan for negative imaginary arguments (bug #47347, Yu Liu) ** doc bug fix: value of golden ratio ** fixed scaling issue in 2D subspace nonlinear least squares method ** optimize dogleg methods to calculate Gauss-Newton point only when needed
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.39 2016/12/12 15:06:34 wiz Exp $
|
|
|
|
DISTNAME= gsl-2.3
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
|
|
|
|
MAINTAINER= david@maxwell.net
|
|
HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html
|
|
COMMENT= The GNU Scientific Library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|