Skip to content

Commit

Permalink
Merge pull request #2255 from takluyver/mac-zlib-1.12.13
Browse files Browse the repository at this point in the history
Update zlib to 1.2.13 for Mac wheels
  • Loading branch information
takluyver committed Apr 26, 2023
2 parents 7893c57 + b303285 commit 23cec7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/configure_hdf5_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ function set_compiler_vars() {


function build_zlib() {
ZLIB_VERSION="1.2.12"
# export needed to fix 1.2.12. Next release won't need the export (madler/zlib#615)
export cc=$CC
ZLIB_VERSION="1.2.13"

pushd /tmp
curl -sLO https://zlib.net/fossils/zlib-$ZLIB_VERSION.tar.gz
Expand Down

0 comments on commit 23cec7a

Please sign in to comment.