Ticket #16262: patch-Portfile.diff

File patch-Portfile.diff, 1005 bytes (added by mamoll (Mark Moll), 15 years ago)
  • Users/mmoll/src/macports/dports/science/netcdf/Portfile

     
    2525                ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/
    2626checksums       sha1 bea99846265e55e54be2c200ae004acc3a221c0a
    2727
    28 #depends_lib    port:hdf5 \
    29 #            port:szip
     28depends_lib      port:szip port:hdf5-18
    3029
     30configure.fc    openmpif77
     31configure.cc    openmpicc
     32configure.cxx   openmpicxx
    3133configure.cppflags      "-DNDEBUG -Df2cFortran"
    3234configure.cxxflags      "-O2 -fno-common"
    3335configure.cflags        "-O2 -fno-common"
    34 configure.args  --enable-shared  --disable-f77
    35 #                --enable-netcdf-4
    36 #                --with-szlib=${prefix}
    37 #                --with-hdf5=${prefix}
     36configure.args  --enable-shared --enable-netcdf-4 --with-hdf5=${prefix} --with-szlib=${prefix}
    3837
    3938test.run        yes
    4039test.target     check