From 16f0a9d6296544ffca638081f37571e490fd759c Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 10 Apr 2014 12:09:45 +0200 Subject: [PATCH] Install Boost 1.55 on Travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a7db5fd5d5..c9c58c34d57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,11 @@ env: - CASE=GUI CMAKE_ARGS="-DOGS_BUILD_GUI=ON -DVTK_DIR=/home/travis/build/ufz/ogs/VTK-Install/lib/cmake/vtk-6.1/" before_install: - travis_retry sudo apt-get update; travis_retry sudo apt-get install libeigen3-dev - - if [[ "$CC" =~ "gcc" ]]; then travis_retry sudo apt-get install libboost-dev libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev; fi + + # Boost + - travis_retry sudo add-apt-repository --yes ppa:boost-latest + - travis_retry sudo apt-get install libboost1.55-dev libboost-date-time1.55-dev libboost-filesystem1.55-dev libboost-program-options1.55-dev libboost-system1.55-dev + - "wget https://launchpad.net/ubuntu/+source/cmake/2.8.8-2ubuntu1/+build/3441442/+files/cmake_2.8.8-2ubuntu1_amd64.deb" - "wget https://launchpad.net/ubuntu/+archive/primary/+files/cmake-data_2.8.8-2ubuntu1_all.deb" - "sudo apt-get remove cmake-data cmake" -- GitLab