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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Feb 15 15:11:12 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0bb8b0f4e578bcefbd435d31708d7b49987617e3...c42ca0ee5228ba83123767ea8899fcf6e4817b42

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

commit 36769383c403debedde6eb1745ac0f2d54f4c0ca
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


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

36769383c403debedde6eb1745ac0f2d54f4c0ca
 .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