File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export NO_CDL=1
77
88# Compile libs for macOS 10.9 or later
99# export MACOSX_DEPLOYMENT_TARGET="10.9"
10- export NETCDF_VERSION=" MASTER "
10+ export NETCDF_VERSION=" 4.8.1 "
1111export HDF5_VERSION=" 1.12.1"
1212# old openssl, since building new version requires perl 5.10.0
1313export OPENSSL_ROOT=openssl-1.0.2u
@@ -36,7 +36,7 @@ function build_curl2 {
3636 touch curl-stamp
3737}
3838
39- function build_netcdf {
39+ function build_netcdf2 {
4040 if [ -e netcdf-stamp ]; then return ; fi
4141 build_hdf5
4242 build_curl
@@ -64,7 +64,7 @@ function build_libs {
6464 if [ -z " $IS_OSX " ] && [ $MB_ML_VER -eq 1 ]; then
6565 export CFLAGS=" -std=gnu99 -Wl,-strip-all"
6666 fi
67- build_netcdf
67+ build_netcdf2
6868}
6969
7070function run_tests {
You can’t perform that action at this time.
0 commit comments