Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Change travis to install libgfortran 5 for chemistry #806

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
name: chemistry
paths: chemistry.dat
install:
# install gaussian dependency libgfortran 5
- sudo apt-get -y update
- sudo apt-get -y install libgfortran5
# download PyQuante master and unzip it
- wget https://codeload.github.com/rpmuller/pyquante2/zip/master -O /tmp/pyquante2.zip
- unzip /tmp/pyquante2.zip -d /tmp/
Expand All @@ -193,6 +196,9 @@ jobs:
python: 3.8
env: OPENBLAS_NUM_THREADS=1
install:
# install gaussian dependency libgfortran 5
- sudo apt-get -y update
- sudo apt-get -y install libgfortran5
# download PyQuante master and unzip it
- wget https://codeload.github.com/rpmuller/pyquante2/zip/master -O /tmp/pyquante2.zip
- unzip /tmp/pyquante2.zip -d /tmp/
Expand Down