Ticket #46026: Portfile-py27-scientific.diff
File Portfile-py27-scientific.diff, 699 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 14 14 maintainers sean openmaintainer 15 15 description Scientific Python 16 16 17 python.versions 2 6 2717 python.versions 27 18 18 19 19 long_description ScientificPython is a collection of Python modules that \ 20 20 are useful for scientific computing. … … 27 27 mpi.setup 28 28 29 29 if {${name} ne ${subport}} { 30 depends_lib port: netcdf\30 depends_lib port:py${python.version}-netcdf4 \ 31 31 port:py${python.version}-numpy 32 32 build.env CPPFLAGS="-I${python.include} \ 33 33 -I${worksrcpath}/Include" \