File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
2222 brew install python3;
2323 fi
2424# Install cibuildwheel using pip3 to make sure Python 3 is used.
25- - pip3 install cibuildwheel==0.6.0
25+ - pip3 install cibuildwheel==0.7.1
2626
2727script :
2828 - cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 88cmake .
99make -j4
1010make install
11- cd ..
11+ cd ..
Original file line number Diff line number Diff line change 11# install cmake using their shell script
2- # we do this because fcl needs cmake 2.8.12, but centos 5
2+ # we do this because fcl needs cmake >= 2.8.12, but centos 5
33# from the manylinux image has only cmake 2.8.11
4- curl -OL https://cmake.org/files/v2.8 /cmake-2.8.12.2 -Linux-i386 .sh
5- bash cmake-2.8.12.2 -Linux-i386 .sh --skip-license --prefix=/usr
4+ curl -OL https://cmake.org/files/v3.11 /cmake-3.11.0 -Linux-x86_64 .sh
5+ bash cmake-3.11.0 -Linux-x86_64 .sh --skip-license --prefix=/usr
You can’t perform that action at this time.
0 commit comments