Skip to content

Commit

Permalink
unlinking gcc, install gcc8 and link to gcc8 in OsX build
Browse files Browse the repository at this point in the history
  • Loading branch information
lekshmideepu committed Oct 18, 2019
1 parent 9bc68e5 commit 0e67f5a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
os: osx
osx_image: xcode10.2
language: generic
env: MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" xTHREADING=1 xMPI=0 xGSL=1 xLIBNEUROSIM=0 xLTDL=1 xREADLINE=1 xPYTHON=1 xMUSIC=0 xSTATIC_ANALYSIS=0 xRUN_BUILD_AND_TESTSUITE=1 CACHE_NAME=JOB # Without MUSIC, MPI and Libneurosim
env: xTHREADING=1 xMPI=0 xGSL=1 xLIBNEUROSIM=0 xLTDL=1 xREADLINE=1 xPYTHON=1 xMUSIC=0 xSTATIC_ANALYSIS=0 xRUN_BUILD_AND_TESTSUITE=1 CACHE_NAME=JOB # Without MUSIC, MPI and Libneurosim

#https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon
addons:
Expand Down Expand Up @@ -153,11 +153,9 @@ before_install:
brew tap brewsci/science
brew tap brewsci/bio
brew install coreutils gsl open-mpi automake autoconf libtool
brew unlink gcc
brew install gcc@8
brew remove gcc@5
brew remove gcc@6
brew remove gcc@7
brew remove gcc@9
brew link gcc@8
brew list
brew leaves
brew cask list
Expand Down

0 comments on commit 0e67f5a

Please sign in to comment.