Skip to content

Commit 66f8fdb

Browse files
committed
try ML_MB_VER=2014
1 parent 069aeb7 commit 66f8fdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ export NO_NET=1
77
export MACOSX_DEPLOYMENT_TARGET="10.9"
88
export NETCDF_VERSION="4.7.4"
99
export HDF5_VERSION="1.12.0"
10+
export MB_ML_VER=2014
1011

1112
source h5py-wheels/config.sh
1213

1314
function build_libs {
1415
build_hdf5
1516
build_curl
16-
if [ -z "$IS_OSX" ]; then
17-
export CFLAGS="-std=gnu99 -Wl,-strip-all"
18-
fi
17+
# only needed for MB_ML_VER=1
18+
# if [ -z "$IS_OSX" ]; then
19+
# export CFLAGS="-std=gnu99 -Wl,-strip-all"
20+
# fi
1921
build_netcdf
2022
}
2123

0 commit comments

Comments
 (0)