Skip to content

Commit

Permalink
Updated link to Armadillo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajiv2605 committed Jul 11, 2017
1 parent 9f81f0a commit 539637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- printenv
- sudo apt-get install libopenblas-dev && sudo apt-get install liblapack-dev
- sudo apt-get install -qq g++-4.8 libboost1.54-all-dev
- curl https://distfiles.macports.org/armadillo/armadillo-6.500.5.tar.gz | tar xvz && cd armadillo*
- curl http://masterblaster.mlpack.org:5005/armadillo-6.500.5.tar.gz | tar xvz && cd armadillo*
- cmake . && make && sudo make install && cd ..
- sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
install:
Expand Down

0 comments on commit 539637a

Please sign in to comment.