Skip to content

Commit

Permalink
add boost
Browse files Browse the repository at this point in the history
  • Loading branch information
bt2901 committed Dec 11, 2019
1 parent 84df898 commit d6dd502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ before_install:
- pip install -U numpy scipy pandas tqdm --only-binary numpy,scipy,pandas
- pip install -U protobuf
# install boost
#- sudo add-apt-repository universe
#- sudo apt-get update
#- sudo apt-get install libboost-all-dev
- sudo add-apt-repository universe
- sudo apt-get update
- sudo apt-get install libboost-all-dev

- cd ..
- git clone --branch v0.9.1 --depth=1 https://github.com/bigartm/bigartm.git
Expand Down

0 comments on commit d6dd502

Please sign in to comment.