Ticket #2643: Portfile

File Portfile, 909 bytes (added by gwright@…, 19 years ago)

Portfile for gsl-1.6.

Line 
1# $Id: Portfile,v 1.7 2004/11/29 17:17:45 michaelm Exp $
2
3PortSystem      1.0
4name            gsl
5version         1.6
6categories      science
7platforms       darwin
8maintainers     michaelm@opendarwin.org
9description     A numerical library for C and C++ programmers
10long_description        \
11                The GNU Scientific Library (GSL) is a numerical         \
12                library for C and C++ programmers.  It is free software \
13                under the GNU General Public License.                   \
14                                                                        \
15                The library provides a wide range of mathematical       \
16                routines such as random number generators, special      \
17                functions and least-squares fitting. There are over     \
18                1000 functions in total. 
19
20master_sites    gnu
21checksums       md5 2c63ab9b925a7be70a5a5b4e0a95ea03
22
23# Lower optimization level (-O1) is required to avoid code generation
24# bugs in Apple's gcc 3.3.
25configure.env   CFLAGS="-O1"
26configure.args  --mandir=${prefix}/share/man \
27                --infodir=${prefix}/share/info
28
29test.run        yes
30test.target     check