mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Adding libblas to travis (MOAB dependency)
This commit is contained in:
parent
aa5983ad0b
commit
788ffb1bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue