We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2209542 commit 5d792e1Copy full SHA for 5d792e1
config.sh
@@ -1,14 +1,14 @@
1
# Define custom utilities
2
# Test for OSX with [ -n "$IS_OSX" ]
3
# Uncomment to disable net tests - the server is sometimes down
4
-#export NO_NET=1
+export NO_NET=1
5
# ncdump/ncgen not installed in wheel, so tst_cdl.py fails
6
export NO_CDL=1
7
8
# Compile libs for macOS 10.9 or later
9
export MACOSX_DEPLOYMENT_TARGET="10.9"
10
export NETCDF_VERSION="4.8.1"
11
-export HDF5_VERSION="1.12.0"
+export HDF5_VERSION="1.12.1"
12
# old openssl, since building new version requires perl 5.10.0
13
export OPENSSL_ROOT=openssl-1.0.2u
14
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
0 commit comments