Browse Source

Bump gcc version for POWER9 build

pull/2774/head
Martin Kroeker GitHub 5 years ago
parent
commit
7dd3ccf798
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml 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


Loading…
Cancel
Save