Updated Travis boost dependencies
authorGuillaume Dumont <dumont.guillaume@gmail.com>
Fri, 14 Apr 2017 00:32:40 +0000 (20:32 -0400)
committerGuillaume Dumont <dumont.guillaume@gmail.com>
Fri, 14 Apr 2017 00:32:40 +0000 (20:32 -0400)
scripts/travis/install-deps.sh

index 2fa2a74..dac5d2f 100755 (executable)
@@ -9,10 +9,10 @@ apt-get -y update
 apt-get install -y --no-install-recommends \
   build-essential \
   graphviz \
-  libboost-filesystem-dev \
-  libboost-python-dev \
-  libboost-system-dev \
-  libboost-thread-dev \
+  libboost-filesystem1.55-dev \
+  libboost-python1.55-dev \
+  libboost-system1.55-dev \
+  libboost-thread1.55-dev \
   libgflags-dev \
   libgoogle-glog-dev \
   libhdf5-serial-dev \