Skip to content

Commit a420187

Browse files
committed
Update cibuildwheel and cmake
1 parent 8c9cf68 commit a420187

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
script:
2828
- cibuildwheel --output-dir wheelhouse

requirements/build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cd fcl
88
cmake .
99
make -j4
1010
make install
11-
cd ..
11+
cd ..

requirements/install_cmake.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)