explicitly install gfortran on ppc
This commit is contained in:
parent
9c22170f52
commit
5a62f17784
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue