Skip to content

Commit

Permalink
FIxing appveyor/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Oct 3, 2018
1 parent ef651bc commit 7673abe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,15 @@ script:
- |
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
# install patchelf
sudo apt-get install patchelf
curl -L https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz -o /tmp/patchelf-0.9.tar.gz
cd /tmp
tar xvzf patchelf-0.9.tar.gz && cd patchelf*
./configure
make
sudo make install
export PATH=$PATH:/usr/local/bin
# install linux dependencies
sudo add-apt-repository -y ppa:deadsnakes/ppa
Expand Down
2 changes: 1 addition & 1 deletion CMake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform

#increase this number for PIP
VERSION="1.2.43"
VERSION="1.2.44"

WIN32=platform.system()=="Windows" or platform.system()=="win32"
APPLE=platform.system()=="Darwin"
Expand Down

0 comments on commit 7673abe

Please sign in to comment.