Skip to content

Commit 10bebb9

Browse files
committed
clean up
1 parent 02f31de commit 10bebb9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config.sh

-8
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export HDF5_VERSION="1.12.0"
1313
export OPENSSL_ROOT=openssl-1.0.2u
1414
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
1515
export CURL_VERSION="7.75.0"
16-
export LIBNGHTTP2_VERSION="1.43.0"
17-
export BROTLI_VERSION="1.0.9"
1816

1917
source h5py-wheels/config.sh
2018

@@ -40,12 +38,6 @@ function build_curl2 {
4038

4139
function build_libs {
4240
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
4941
build_curl2
5042
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
5143
export CFLAGS="-std=gnu99 -Wl,-strip-all"

0 commit comments

Comments
 (0)