1 | PortSystem 1.0 |
---|
2 | PortGroup python 1.0 |
---|
3 | |
---|
4 | name py-scipy |
---|
5 | version 0.3.2 |
---|
6 | categories python |
---|
7 | platforms darwin |
---|
8 | description An opensource library of scientific tools for Python |
---|
9 | maintainers erickt@dslextreme.com |
---|
10 | |
---|
11 | homepage http://www.scipy.org |
---|
12 | master_sites http://www.scipy.org/download/scipy/src/ |
---|
13 | distname SciPy_complete-${version} |
---|
14 | patchfiles patch-scipy.diff |
---|
15 | |
---|
16 | checksums md5 5ae2280ab2c4c653cb0ff8479e81284a |
---|
17 | |
---|
18 | depends_lib-append lib:gnuplot:gnuplot \ |
---|
19 | lib:fftw:fftw \ |
---|
20 | lib:py-numeric:py-numeric \ |
---|
21 | lib:py-f2py:py-f2py \ |
---|
22 | lib:g77:g77 |
---|
23 | |
---|
24 | use_configure no |
---|
25 | worksrcdir ${distname} |
---|
26 | build.env LDFLAGS="-L${prefix}/lib" |
---|