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
7
7
8
8
# Compile libs for macOS 10.9 or later
9
9
# export MACOSX_DEPLOYMENT_TARGET="10.9"
10
- export NETCDF_VERSION=" MASTER "
10
+ export NETCDF_VERSION=" 4.8.1 "
11
11
export HDF5_VERSION=" 1.12.1"
12
12
# old openssl, since building new version requires perl 5.10.0
13
13
export OPENSSL_ROOT=openssl-1.0.2u
@@ -36,7 +36,7 @@ function build_curl2 {
36
36
touch curl-stamp
37
37
}
38
38
39
- function build_netcdf {
39
+ function build_netcdf2 {
40
40
if [ -e netcdf-stamp ]; then return ; fi
41
41
build_hdf5
42
42
build_curl
@@ -64,7 +64,7 @@ function build_libs {
64
64
if [ -z " $IS_OSX " ] && [ $MB_ML_VER -eq 1 ]; then
65
65
export CFLAGS=" -std=gnu99 -Wl,-strip-all"
66
66
fi
67
- build_netcdf
67
+ build_netcdf2
68
68
}
69
69
70
70
function run_tests {
You can’t perform that action at this time.
0 commit comments