We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec332b commit e314cdcCopy full SHA for e314cdc
travis/build-wheels.sh
@@ -14,7 +14,8 @@ echo 'Install cmake 3.9.0'
14
wget --no-check-certificate https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz
15
tar -zxvf cmake-3.9.0.tar.gz
16
cd cmake-3.9.0
17
-./bootstrap
+yum -y install curl-devel zlib-devel # need to build against system curl to get https support
18
+./bootstrap --system-curl
19
make && make install
20
cd ..
21
0 commit comments