Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Feb 13, 2021
1 parent 02f31de commit 10bebb9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export HDF5_VERSION="1.12.0"
export OPENSSL_ROOT=openssl-1.0.2u
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
export CURL_VERSION="7.75.0"
export LIBNGHTTP2_VERSION="1.43.0"
export BROTLI_VERSION="1.0.9"

source h5py-wheels/config.sh

Expand All @@ -40,12 +38,6 @@ function build_curl2 {

function build_libs {
build_hdf5
# use built-in curl on OSX
#if [ -z "$IS_OSX" ]; then
# build_curl
#else
# touch curl-stamp
#fi
build_curl2
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
export CFLAGS="-std=gnu99 -Wl,-strip-all"
Expand Down

0 comments on commit 10bebb9

Please sign in to comment.