[mlpack-git] master: travis.yml: hopefully this includes all the relevant boost libs (3b9cfef)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:16:25 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 3b9cfef3e07b202673dfd9f3d6857d8c9865e5b0
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Sat Feb 14 22:29:33 2015 -0800

    travis.yml: hopefully this includes all the relevant boost libs


>---------------------------------------------------------------

3b9cfef3e07b202673dfd9f3d6857d8c9865e5b0
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cfafcbf..6220804 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ before_install:
   - sudo apt-add-repository -y ppa:comp-phys/stable
   - sudo add-apt-repository -y ppa:boost-latest/ppa
   - sudo apt-get update -qq
-  - sudo apt-get install -qq g++-4.8 libarmadillo-dev libboost1.54-dev
+  - sudo apt-get install -qq g++-4.8 libarmadillo-dev libboost1.54-all-dev
   - export CC=gcc-4.8
   - export CXX=g++-4.8
   - printenv



More information about the mlpack-git mailing list