Enforcing newer version of boost.
This commit is contained in:
parent
63c787540f
commit
795102f011
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ install:
|
|||
- sudo apt-get install git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
|
||||
- sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev checkinstall
|
||||
# Getting newest boost
|
||||
#- add-apt-repository ppa:boost-latest/ppa
|
||||
#- sudo apt-get update
|
||||
- add-apt-repository ppa:boost-latest/ppa
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install libboost-all-dev
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue