Bump gcc version for POWER9 build

This commit is contained in:
Martin Kroeker 2020-08-11 17:37:36 +02:00 committed by GitHub
parent 8ccd6831d2
commit 7dd3ccf798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -35,12 +35,17 @@ matrix:
- <<: *test-ubuntu
os: linux-ppc64le
addons:
apt:
packages:
- gcc-9
- gfortran-9
before_script:
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
env:
# for matrix annotation only
- TARGET_BOX=PPC64LE_LINUX_P9
- BTYPE="BINARY=64 USE_OPENMP=1"
- BTYPE="BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9"
- <<: *test-ubuntu