Skip to content

Commit

Permalink
Fix travis for CMake again
Browse files Browse the repository at this point in the history
  • Loading branch information
welchr committed Aug 26, 2020
1 parent 525ee0b commit 97375a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ cache: pip
before_install:
- sudo apt update
- sudo apt install curl
- curl -OJL https://github.com/Kitware/CMake/releases/download/v3.18.1/cmake-3.18.1-Linux-x86_64.sh && chmod u+x cmake-3.18.1-Linux-x86_64.sh && sudo ./cmake-3.18.1-Linux-x86_64.sh --skip-license
- sudo rm -rf /usr/local/cmake-3.12.4
- sudo curl -OJL https://github.com/Kitware/CMake/releases/download/v3.18.1/cmake-3.18.1-Linux-x86_64.sh
- sudo chmod u+x cmake-3.18.1-Linux-x86_64.sh
- sudo ./cmake-3.18.1-Linux-x86_64.sh --prefix=/usr/local --skip-license
- sudo apt install python3.6 python3.6-dev python3-distutils python3-setuptools python3-pip python3-wheel python3-virtualenv
- sudo apt install libopenblas-base libopenblas-dev liblapack-dev libarpack2 libarpack2-dev
install:
Expand Down

0 comments on commit 97375a3

Please sign in to comment.