explicitly install gfortran on ppc

This commit is contained in:
Martin Kroeker 2020-03-13 09:52:21 +01:00 committed by GitHub
parent 9c22170f52
commit 5a62f17784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ matrix:
- <<: *test-ubuntu
os: linux-ppc64le
addons:
apt:
packages:
- gfortran
before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
env: