We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80288c8 commit e6d0ce4Copy full SHA for e6d0ce4
1 file changed
config.sh
@@ -15,11 +15,12 @@ source h5py-wheels/config.sh
15
16
function build_libs {
17
build_hdf5
18
- if [ -z "$IS_OSX" ]; then
19
- build_curl
20
- else
21
- touch curl-stamp
22
- fi
+ build_curl
+ #if [ -z "$IS_OSX" ]; then
+ # build_curl
+ #else
+ # touch curl-stamp
23
+ #fi
24
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
25
export CFLAGS="-std=gnu99 -Wl,-strip-all"
26
fi
0 commit comments