# $Id: Portfile 38932 2008-08-03 01:46:37Z ram@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-numpy version 1.1.1 categories python platforms darwin maintainers ram openmaintainer description The core utilities for the scientific library scipy for Python long_description ${description} homepage http://numpy.scipy.org/ master_sites sourceforge:numpy distname numpy-${version} checksums md5 af066b59a50bf5dbe1a14d6be3df6937 \ sha1 a2755f38ca6aa799b504c84f58b03cd6ce66bc41 \ rmd160 745e9fbbd064272199f4c7b49d4a26797405dd17 patchfiles patch-g95_link.diff \ patch-f2py_setup.py.diff depends_lib-append port:fftw-3 post-patch { reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py reinplace "s|@@MPORTS_PYTHON@@|${python.bin}|" ${worksrcpath}/numpy/f2py/setup.py } post-destroot { move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py2.4 } livecheck.distname NumPy