Ticket #16262: patch-Portfile.diff
File patch-Portfile.diff, 1005 bytes (added by mamoll (Mark Moll), 16 years ago) |
---|
-
Users/mmoll/src/macports/dports/science/netcdf/Portfile
25 25 ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ 26 26 checksums sha1 bea99846265e55e54be2c200ae004acc3a221c0a 27 27 28 #depends_lib port:hdf5 \ 29 # port:szip 28 depends_lib port:szip port:hdf5-18 30 29 30 configure.fc openmpif77 31 configure.cc openmpicc 32 configure.cxx openmpicxx 31 33 configure.cppflags "-DNDEBUG -Df2cFortran" 32 34 configure.cxxflags "-O2 -fno-common" 33 35 configure.cflags "-O2 -fno-common" 34 configure.args --enable-shared --disable-f77 35 # --enable-netcdf-4 36 # --with-szlib=${prefix} 37 # --with-hdf5=${prefix} 36 configure.args --enable-shared --enable-netcdf-4 --with-hdf5=${prefix} --with-szlib=${prefix} 38 37 39 38 test.run yes 40 39 test.target check