Skip to content

Commit f175ab5

Browse files
committed
revert to MB_ML_VER=1
1 parent c06bef0 commit f175ab5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- NP_TEST_DEP=1.17.3
99
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1010
# manylinux version to build (1, 2010 or 2014)
11-
- MB_ML_VER=2010
11+
- MB_ML_VER=1
1212
# Following generated with
1313
# travis encrypt -r MacPython/netcdf4-python-wheels WHEELHOUSE_UPLOADER_SECRET=<the api key>
1414
- secure:

config.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ source h5py-wheels/config.sh
1313
function build_libs {
1414
build_hdf5
1515
build_curl
16-
# only needed for MB_ML_VER=1
17-
# if [ -z "$IS_OSX" ]; then
18-
# export CFLAGS="-std=gnu99 -Wl,-strip-all"
19-
# fi
16+
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
17+
export CFLAGS="-std=gnu99 -Wl,-strip-all"
18+
fi
2019
build_netcdf
2120
}
2221

0 commit comments

Comments
 (0)