the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: slatec
Version: 4.1
Revision: 4
Description: Common Mathematical Library
License: Public Domain
Maintainer: Sebastien Maret
BuildDepends: gcc46
Source: http://www.netlib.org/slatec/slatec_src.tgz
Source2: http://www.netlib.org/slatec/slatec4linux.tgz
Source-MD5: f7188cf8c3cc39a65600aabca09490ce
Source2-MD5: d120b3f9592fc8df8ad819e0896db437
SourceDirectory: src
Source2ExtractDir: src
CompileScript: <<
make libslatec.a FC=gfortran
<<
InstallScript: <<
install -d %i/lib
install static/libslatec.a %i/lib
<<
Homepage: http://www.netlib.org/slatec/
DescDetail: <<
SLATEC Common Mathematical Library is a comprehensive software library
containing over 1400 general purpose mathematical and statistical
routines written in Fortran 77.
<<