Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 90bb71a

Browse files
committed
Use new zlib using multibuild scripts
1 parent 3df7e6f commit 90bb71a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@
55

66
CMAKE_BIN_URL_64=https://cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.sh
77
CMAKE_BIN_URL_32=https://cmake.org/files/v3.6/cmake-3.6.3-Linux-i386.sh
8+
ZLIB_SOURCE=https://zlib.net/zlib-1.2.11.tar.gz
89

910
function pre_build {
1011
# Any stuff that you need to do before you start building the wheels
1112
# Runs in the root directory of this repository.
13+
build_new_zlib
14+
build_bzip2
1215

1316
RETURN_PWD="$(pwd)"
1417
if [ -n "$IS_OSX" ] ; then
1518
brew update
1619
brew install google-sparsehash || true
1720
else
18-
yum install -y sparsehash-devel bzip2-devel zlib-devel
21+
yum install -y sparsehash-devel
1922
fi
2023

2124
####

0 commit comments

Comments
 (0)