Ticket #19772: netcdf.portfile.patch
File netcdf.portfile.patch, 1.4 KB (added by Chris.Barker@…, 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name netcdf 6 version 4.0 6 version 4.0.1 7 7 revision 1 8 8 maintainers nomaintainer 9 9 platforms darwin … … 26 26 master_sites ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ 27 27 http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ \ 28 28 ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ 29 checksums sha1 bea99846265e55e54be2c200ae004acc3a221c0a 29 #checksums sha1 bea99846265e55e54be2c200ae004acc3a221c0a 30 checksums md5 a251453c5477599f050fa4e593295186 \ 31 sha1 96b361de72bcf68eaba42e7e5cf0f92c33d288e9 \ 32 rmd160 ba74363bbc4c76fc1bbac578ba4c2af4739b4958 30 33 31 34 depends_lib port:szip \ 32 port:hdf5-18 35 port:hdf5-18 \ 36 port:curl 33 37 34 configure.fc openmpif7735 configure.cc openmpicc36 configure.cxx openmpicxx38 #configure.fc openmpif77 39 #configure.cc openmpicc 40 #configure.cxx openmpicxx 37 41 configure.cppflags "-DNDEBUG -Df2cFortran" 38 42 configure.cxxflags "-O2 -fno-common" 39 43 configure.cflags "-O2 -fno-common" 40 44 configure.args \ 41 45 --enable-shared \ 42 46 --enable-netcdf-4 \ 47 --enable-dap \ 43 48 --with-hdf5=${prefix} \ 44 49 --with-szlib=${prefix} 45 50