Skip to content

Commit

Permalink
try gcc9 on osx as test build default
Browse files Browse the repository at this point in the history
  • Loading branch information
natj committed Oct 27, 2020
1 parent 38fa76f commit 5e7500c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
include:
- os: osx
osx_image: xcode10.1
env: COMP_EVAL="OS=osx && COMP_CC=gcc-10 && COMP_CXX=g++-10"
env: COMP_EVAL="OS=osx && COMP_CC=gcc-9 && COMP_CXX=g++-9"
language: generic

- os: linux
Expand Down Expand Up @@ -42,7 +42,7 @@ matrix:
python: 3.8

allow_failures:
- env: COMP_EVAL="OS=linux && COMP_CC=gcc-7 && COMP_CXX=g++-7"
- env: COMP_EVAL="OS=linux && COMP_CC=gcc-7 && COMP_CXX=g++-7"
#- env: COMP_EVAL="OS=linux && COMP_CC=clang-5.0 && COMP_CXX=clang++-5.0"


Expand All @@ -61,7 +61,7 @@ before_install:
#pre-install mpi
- export CXX=${COMP_CXX}
- export CC=${COMP_CC}
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install gcc@10 open-mpi fftw fmt; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install open-mpi fftw fmt; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y libopenmpi-dev libhdf5-serial-dev hdf5-helpers openmpi-bin libblas-dev liblapack-dev; fi
- export MPI="openmpi40"
- export CC=mpicc
Expand Down

0 comments on commit 5e7500c

Please sign in to comment.