Bump gcc version for POWER9 build
This commit is contained in:
parent
8ccd6831d2
commit
7dd3ccf798
|
@ -35,12 +35,17 @@ matrix:
|
||||||
|
|
||||||
- <<: *test-ubuntu
|
- <<: *test-ubuntu
|
||||||
os: linux-ppc64le
|
os: linux-ppc64le
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- gcc-9
|
||||||
|
- gfortran-9
|
||||||
before_script:
|
before_script:
|
||||||
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
|
- COMMON_FLAGS="TARGET=POWER9 NUM_THREADS=32"
|
||||||
env:
|
env:
|
||||||
# for matrix annotation only
|
# for matrix annotation only
|
||||||
- TARGET_BOX=PPC64LE_LINUX_P9
|
- 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
|
- <<: *test-ubuntu
|
||||||
|
|
Loading…
Reference in New Issue