Ticket #46026: Portfile-py27-scientific.diff

File Portfile-py27-scientific.diff, 699 bytes (added by Schamschula (Marius Schamschula), 10 years ago)
  • Portfile

    old new  
    1414maintainers         sean openmaintainer
    1515description         Scientific Python
    1616
    17 python.versions     26 27
     17python.versions     27
    1818
    1919long_description    ScientificPython is a collection of Python modules that \
    2020                    are useful for scientific computing.
     
    2727mpi.setup
    2828
    2929if {${name} ne ${subport}} {
    30     depends_lib     port:netcdf \
     30    depends_lib     port:py${python.version}-netcdf4 \
    3131                    port:py${python.version}-numpy
    3232    build.env       CPPFLAGS="-I${python.include} \
    3333                    -I${worksrcpath}/Include" \