try using boost 1.55 instead of 1.48

This commit is contained in:
Sébastien Loriot 2016-08-25 11:30:18 +02:00
parent 2a9bfda2e3
commit f8718bac23
1 changed files with 5 additions and 4 deletions

View File

@ -16,10 +16,10 @@ addons:
apt:
packages:
- cmake
- libboost-dev
- libboost-system-dev
- libboost-program-options-dev
- libboost-thread-dev
- libboost1.55-dev
- libboost-system1.55-dev
- libboost-program-options1.55-dev
- libboost-thread1.55-dev
- libgmp-dev
- libmpfr-dev
- zlib1g-dev
@ -38,3 +38,4 @@ addons:
# - qttools5-dev-tools
sources:
- kalakris-cmake
- boost-latest