aaf1c1e2eb
(uebayasi@soum.co.jp). To quote from the PR: Changes from the previous pkgsrc'ed version (0.9.0) are too many to write here, but five of them picking them randomly : * The single precision ffts now uses float throughout, rather than mixing float and double. * Vector and matrix views are now compliant with the ANSI standard. * Routines for complex LU decomposition are now available, allowing the solution of systems of equations with complex coefficients. * Reorganized the multmin functions to use the same interface as the other iterative solvers. * Increased the maximum number of iterations in gsl_poly_complex_solve() from 30 to 60. In addition, a buildlink.mk file was provided by Masao-san.
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2001/11/22 12:58:40 agc Exp $
|
|
#
|
|
|
|
DISTNAME= gsl-1.0
|
|
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_GTEXINFO= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|