We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f31de commit 10bebb9Copy full SHA for 10bebb9
config.sh
@@ -13,8 +13,6 @@ export HDF5_VERSION="1.12.0"
13
export OPENSSL_ROOT=openssl-1.0.2u
14
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
15
export CURL_VERSION="7.75.0"
16
-export LIBNGHTTP2_VERSION="1.43.0"
17
-export BROTLI_VERSION="1.0.9"
18
19
source h5py-wheels/config.sh
20
@@ -40,12 +38,6 @@ function build_curl2 {
40
38
41
39
function build_libs {
42
build_hdf5
43
- # use built-in curl on OSX
44
- #if [ -z "$IS_OSX" ]; then
45
- # build_curl
46
- #else
47
- # touch curl-stamp
48
- #fi
49
build_curl2
50
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
51
export CFLAGS="-std=gnu99 -Wl,-strip-all"
0 commit comments