Adding libblas to travis (MOAB dependency)

This commit is contained in:
shriwise 2018-07-06 13:29:53 -05:00 committed by pshriwise
parent aa5983ad0b
commit 788ffb1bbe

View file

@ -41,7 +41,7 @@ notifications:
before_install:
- sudo add-apt-repository ppa:nschloe/hdf5-backports -y
- sudo apt-get update -q
- sudo apt-get install libhdf5-serial-dev libhdf5-mpich-dev -y
- sudo apt-get install libhdf5-serial-dev libhdf5-mpich-dev libblas-dev -y
install:
- ./tools/ci/travis-install.sh
before_script: