GNU Scientific Library
This commit is contained in:
parent
067b41f539
commit
451ecd251d
15
devel/gsl/Makefile
Normal file
15
devel/gsl/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/14 15:48:49 rohee Exp $
|
||||
|
||||
DISTNAME= gsl-0.3b
|
||||
CATEGORIES= devel
|
||||
|
||||
NEED_VERSION= 1.78
|
||||
|
||||
MAINTAINER= rohee@OpenBSD.ORG
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/gsl/files/md5
Normal file
3
devel/gsl/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
SHA1 (gsl-0.3b.tar.gz) = 7778d8258020f49d15a54f9ee589b3b27472a6ca
|
||||
RMD160 (gsl-0.3b.tar.gz) = 50de7af69fdf8bf02241e27033f62c6e6839b8dd
|
||||
MD5 (gsl-0.3b.tar.gz) = 1fbb3811d5d6774d9bff2868f6d2b2d6
|
1
devel/gsl/pkg/COMMENT
Normal file
1
devel/gsl/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
GNU Scientific Library
|
15
devel/gsl/pkg/DESCR
Normal file
15
devel/gsl/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
This is GSL, the GNU Scientific Library.
|
||||
|
||||
It is still in early stages of development, but it is being placed on
|
||||
ftp://alpha.gnu.org/gnu/ in hopes that others might be interested in
|
||||
joining the project.
|
||||
|
||||
The random, fft, siman, roots, statistics and specfunc are reasonable
|
||||
well developed. All but the later are documented in gsl-ref.texi.
|
||||
|
||||
A test suite is available for most of the libraries. It can be
|
||||
invoked with "make check" in each directory. All tests can be run
|
||||
together with "make check" at the top level.
|
||||
|
||||
If you are interested in participating in GSL development, please send
|
||||
mail to Mark Galassi -- rosalia@cygnus.com
|
79
devel/gsl/pkg/PLIST
Normal file
79
devel/gsl/pkg/PLIST
Normal file
@ -0,0 +1,79 @@
|
||||
bin/test_errnos
|
||||
bin/taus
|
||||
bin/test-taus
|
||||
bin/bench-taus
|
||||
bin/mrg
|
||||
bin/test-mrg
|
||||
bin/bench-mrg
|
||||
bin/cmrg
|
||||
bin/test-cmrg
|
||||
bin/bench-cmrg
|
||||
bin/uni
|
||||
bin/test-uni
|
||||
bin/bench-uni
|
||||
bin/uni32
|
||||
bin/test-uni32
|
||||
bin/bench-uni32
|
||||
bin/zuf
|
||||
bin/test-zuf
|
||||
bin/bench-zuf
|
||||
bin/rand
|
||||
bin/test-rand
|
||||
bin/bench-rand
|
||||
bin/test-switch
|
||||
bin/exponential
|
||||
bin/gamma
|
||||
bin/gauss
|
||||
bin/poisson
|
||||
info/dir
|
||||
info/gsl-ref.info
|
||||
info/gsl-ref.info-1
|
||||
info/gsl-ref.info-2
|
||||
info/gsl-ref.info-3
|
||||
lib/libgslrandom.a
|
||||
lib/libgslrantaus.a
|
||||
lib/libgslranmrg.a
|
||||
lib/libgslrancmrg.a
|
||||
lib/libgslranuni.a
|
||||
lib/libgslranuni32.a
|
||||
lib/libgslranzuf.a
|
||||
lib/libgslranrand.a
|
||||
lib/libgslrandist.a
|
||||
lib/libgslfft.a
|
||||
lib/libgslroots.a
|
||||
lib/libgslspecfunc.a
|
||||
lib/libgslstatistics.a
|
||||
lib/libgslsiman.a
|
||||
lib/libgslintegration.a
|
||||
include/gsl_errno.h
|
||||
include/gsl_test.h
|
||||
include/gsl_ran.h
|
||||
include/gsl_ran_switch.h
|
||||
include/gsl_randist.h
|
||||
include/gsl_fft.h
|
||||
include/gsl_fft_complex.h
|
||||
include/gsl_fft_halfcomplex.h
|
||||
include/gsl_fft_real.h
|
||||
include/gsl_fft_signals.h
|
||||
include/gsl_dft_complex.h
|
||||
include/gsl_roots.h
|
||||
include/gsl_sf.h
|
||||
include/gsl_specfunc.h
|
||||
include/gsl_sf_airy.h
|
||||
include/gsl_sf_bessel.h
|
||||
include/gsl_sf_chebyshev.h
|
||||
include/gsl_sf_coulomb.h
|
||||
include/gsl_sf_dilog.h
|
||||
include/gsl_sf_erf.h
|
||||
include/gsl_sf_gamma.h
|
||||
include/gsl_sf_fermi_dirac.h
|
||||
include/gsl_sf_laguerre.h
|
||||
include/gsl_sf_legendre.h
|
||||
include/gsl_sf_log.h
|
||||
include/gsl_sf_pow_int.h
|
||||
include/gsl_sf_trig.h
|
||||
include/gsl_bstats.h
|
||||
include/gsl_siman.h
|
||||
include/gsl_integration.h
|
||||
include/gsl_complex.h
|
||||
include/gsl_math.h
|
Loading…
Reference in New Issue
Block a user