Putting blas lapack packages with other apts in Travis yaml. Removing redundant packages.

This commit is contained in:
pshriwise 2018-09-25 21:56:47 -05:00
parent dc4f56ed0c
commit 4fb03807c9

View file

@ -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: