Update to gsl-1.3.
Changes since version 1.1.1 include: * Addition of new functions * Many bugfixes * Homepage and distribution moved from sources.redhat.com to GNU. See NEWS for more info.
This commit is contained in:
parent
ea4462c16c
commit
f86c8ec1b5
5 changed files with 24 additions and 38 deletions
|
@ -1,9 +1,6 @@
|
|||
The GNU Scientific Library (GSL) is a collection of routines for numerical
|
||||
computing. The routines are written from scratch by the GSL team in ANSI C,
|
||||
and are meant to present a modern Applications Programming Interface (API)
|
||||
for C programmers, while allowing wrappers to be written for very high level
|
||||
languages.
|
||||
|
||||
GSL is currently in developers release, for people who want to work on the
|
||||
library itself. When the library is complete and fully tested it will be
|
||||
announced for general use.
|
||||
The GNU Scientific Library (GSL) is a collection of routines for
|
||||
numerical computing. The routines have been written from scratch in
|
||||
C, and present a modern Applications Programming Interface (API) for C
|
||||
programmers, allowing wrappers to be written for very high level
|
||||
languages. The source code is distributed under the GNU General
|
||||
Public License.
|
||||
|
|
|
@ -1,25 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.9 2002/11/10 00:35:07 grant Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2003/02/17 01:01:38 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/
|
||||
DISTNAME= gsl-1.3
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
|
||||
|
||||
MAINTAINER= david@maxwell.net
|
||||
HOMEPAGE= http://sources.redhat.com/gsl/
|
||||
COMMENT= The GNU Scientific Library
|
||||
MAINTAINER= david@maxwell.net
|
||||
HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html
|
||||
COMMENT= The GNU Scientific Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2002/05/03 21:41:31 jtb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2003/02/17 01:01:38 jtb Exp $
|
||||
bin/gsl-config
|
||||
bin/gsl-histogram
|
||||
bin/gsl-randist
|
||||
|
@ -191,6 +191,7 @@ include/gsl/gsl_statistics_ushort.h
|
|||
include/gsl/gsl_sum.h
|
||||
include/gsl/gsl_sys.h
|
||||
include/gsl/gsl_test.h
|
||||
include/gsl/gsl_types.h
|
||||
include/gsl/gsl_vector.h
|
||||
include/gsl/gsl_vector_char.h
|
||||
include/gsl/gsl_vector_complex.h
|
||||
|
@ -225,6 +226,7 @@ info/gsl-ref.info-2
|
|||
info/gsl-ref.info-20
|
||||
info/gsl-ref.info-21
|
||||
info/gsl-ref.info-22
|
||||
info/gsl-ref.info-23
|
||||
info/gsl-ref.info-3
|
||||
info/gsl-ref.info-4
|
||||
info/gsl-ref.info-5
|
||||
|
@ -236,8 +238,8 @@ info/gsl-ref.info-9
|
|||
lib/libgsl.a
|
||||
lib/libgsl.la
|
||||
lib/libgsl.so
|
||||
lib/libgsl.so.0
|
||||
lib/libgsl.so.0.0
|
||||
lib/libgsl.so.4
|
||||
lib/libgsl.so.4.0
|
||||
lib/libgslcblas.a
|
||||
lib/libgslcblas.la
|
||||
lib/libgslcblas.so
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.3 2003/01/01 06:07:51 dmcmahill Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.4 2003/02/17 01:01:38 jtb Exp $
|
||||
|
||||
.if !defined(GSL_BUILDLINK2_MK)
|
||||
GSL_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= gsl
|
||||
BUILDLINK_DEPENDS.gsl?= gsl>=1.1.1
|
||||
BUILDLINK_DEPENDS.gsl?= gsl>=1.3
|
||||
BUILDLINK_PKGSRCDIR.gsl?= ../../math/gsl
|
||||
BUILDLINK_DEPMETHOD.gsl?= build
|
||||
|
||||
|
@ -13,7 +13,7 @@ BUILDLINK_PREFIX.gsl_DEFAULT= ${LOCALBASE}
|
|||
BUILDLINK_FILES.gsl= include/gsl/*
|
||||
BUILDLINK_FILES.gsl+= lib/libgsl.*
|
||||
BUILDLINK_FILES.gsl+= lib/libgslcblas.*
|
||||
|
||||
|
||||
BUILDLINK_TARGETS+= gsl-buildlink
|
||||
|
||||
gsl-buildlink: _BUILDLINK_USE
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2002/05/03 21:41:31 jtb Exp $
|
||||
$NetBSD: distinfo,v 1.8 2003/02/17 01:01:38 jtb Exp $
|
||||
|
||||
SHA1 (gsl-1.1.1.tar.gz) = fb3e6d00a92dd850480ab6d5c2015be99c96ecb4
|
||||
Size (gsl-1.1.1.tar.gz) = 2048441 bytes
|
||||
SHA1 (gsl-1.3.tar.gz) = ecde676adb997adbd507a7a7974bb7f6f69f9d87
|
||||
Size (gsl-1.3.tar.gz) = 2052026 bytes
|
||||
SHA1 (patch-aa) = af794d95720e2192b0b860bc5c08cebf8935a23c
|
||||
|
|
Loading…
Reference in a new issue