# $Id: Portfile 33371 2008-01-25 20:05:46Z ram@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-scipy version 0.6.0 revision 3 categories python platforms darwin maintainers ram openmaintainer description An opensource library of scientific tools for Python long_description ${description} homepage http://www.scipy.org/ master_sites sourceforge:scipy distname scipy-${version} checksums md5 417adf3bfe03f4c23c9fb265018e545c \ sha1 65eff3e245f59b2af9adc70fad11daa40f0ba3e0 \ rmd160 391f2067f7dcc133e7e8622df93a2a0cd5ebbe5b depends_lib-append port:gcc42 \ lib:gnuplot:gnuplot \ port:py25-numpy worksrcdir ${distname} build.env CCFLAGS="-I${prefix}/include -L${prefix}/lib" set fc_options "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2" build.cmd-append ${fc_options} destroot.cmd-append ${fc_options} variant no_gnuplot description "Don't depend on GNUPlot" { depends_lib-delete lib:gnuplot:gnuplot }