# $Id: Portfile,v 1.1 2006/03/07 18:30:43 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-numpy version 1.0b4 categories python platforms darwin maintainers erickt@macports.org description The core utilities for the scientific library scipy for Python long_description ${description} homepage http://numeric.scipy.org/ master_sites sourceforge:numpy distname numpy-${version} checksums md5 bdfee192112938600b41754ff1c3b6a8 \ sha1 220b664b272bbac02ec821b2757f9342135a3a3d depends_build port:gcc41 depends_lib lib:fftw:fftw-3 patchfiles patch-gnu.py \ patch-system_info.py post-patch { reinplace "s:DPORT_PREFIX:${prefix}:g" ${worksrcpath}/numpy/distutils/system_info.py } build.pre_args config_fc --f90exec ${prefix}/bin/gfortran-dp-4.1 --fcompiler gnu95