Skip to content

Commit 3fd4356

Browse files
author
Jeff Whitaker
committed
update
1 parent 0cbe5ed commit 3fd4356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
1111
export HDF5_VERSION="1.12.1"
1212
# old openssl, since building new version requires perl 5.10.0
1313
export 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

7070
function run_tests {

0 commit comments

Comments
 (0)