1 | # $Id: Portfile 27350 2007-07-30 16:48:42Z erickt@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-numpy |
---|
7 | version 1.0.3 |
---|
8 | revision 1 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers erickt@macports.org |
---|
12 | description The core utilities for the scientific library scipy for Python |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage http://numeric.scipy.org/ |
---|
16 | master_sites sourceforge:numpy |
---|
17 | distname numpy-${version} |
---|
18 | |
---|
19 | checksums md5 9786f33f1e153163ab81c333dcd57f51 \ |
---|
20 | sha1 1a4cf488e0549c9fda1300301ed2961f19742c8b \ |
---|
21 | rmd160 845e34d2d17c4dbb9cd239ab848493e3c0abd982 |
---|
22 | |
---|
23 | patchfiles g95.patch |
---|
24 | |
---|
25 | depends_lib port:g95 \ |
---|
26 | lib:fftw:fftw-3 \ |
---|
27 | port:py25-hashlib |
---|