mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
adding universe repository to fix travis gfortran failure
This commit is contained in:
parent
caa7ed6d0a
commit
4ffeb5375b
1 changed files with 3 additions and 1 deletions
|
|
@ -13,5 +13,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
|||
if [[ "$MPI_IMPL" == "mpich" ]]; then
|
||||
mpi_bin="mpich" ; mpi_libdev="libmpich-dev"
|
||||
fi
|
||||
sudo apt-get -y install python-dev cmake "$mpi_libdev" "$mpi_bin" tcsh make perl subversion
|
||||
cat /etc/apt/sources.list
|
||||
sudo add-apt-repository universe && sudo apt update
|
||||
sudo apt-get -y install gfortran python-dev cmake "$mpi_libdev" "$mpi_bin" tcsh make perl subversion
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue