Skip to content

Commit

Permalink
travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Sep 27, 2020
1 parent 06571e3 commit e047560
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions travis/install_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ if [ ! -f "$APPROXMVBB_CACHE_SIGNATURE_FILE" ] ; then
echo "ApproxMVBB CI: Build only dependencies! and CACHE them"
updateCIConfig BUILD_APPROXMVBB "OFF"


if [ "$TRAVIS_DIST" = "focal" ] || [ "$TRAVIS_DIST" = "xenial" ] ; then
sudo apt-get install -y libatlas-base-dev libblas-dev liblapack-dev || true
fi

# Install eigen3 =======================================================
if [ "$MANUAL_EIGEN" != "OFF" ]; then
git clone --single-branch --branch 3.3 https://gitlab.com/libeigen/eigen.git "$ROOT_PATH/eigen3"
Expand Down

0 comments on commit e047560

Please sign in to comment.