Skip to content

Commit 5d792e1

Browse files
committed
turn off opendap tests for now
1 parent 2209542 commit 5d792e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Define custom utilities
22
# Test for OSX with [ -n "$IS_OSX" ]
33
# Uncomment to disable net tests - the server is sometimes down
4-
#export NO_NET=1
4+
export NO_NET=1
55
# ncdump/ncgen not installed in wheel, so tst_cdl.py fails
66
export NO_CDL=1
77

88
# Compile libs for macOS 10.9 or later
99
export MACOSX_DEPLOYMENT_TARGET="10.9"
1010
export NETCDF_VERSION="4.8.1"
11-
export HDF5_VERSION="1.12.0"
11+
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
1414
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16

0 commit comments

Comments
 (0)