From 4fb03807c93607e458dadc1791ac52b7c283e5da Mon Sep 17 00:00:00 2001 From: pshriwise Date: Tue, 25 Sep 2018 21:56:47 -0500 Subject: [PATCH] Putting blas lapack packages with other apts in Travis yaml. Removing redundant packages. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2bb6e8533..edb9cb402c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ addons: - libmpich-dev - libhdf5-serial-dev - libhdf5-mpich-dev + - libblas-dev + - liblapack-dev cache: directories: - $HOME/nndc_hdf5 @@ -38,8 +40,6 @@ env: - OMP=n MPI=y PHDF5=y DAGMC=y notifications: webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -before_install: - - sudo apt-get install libhdf5-serial-dev libhdf5-mpich-dev libblas-dev liblapack-dev -y install: - ./tools/ci/travis-install.sh before_script: