Skip to content

Commit

Permalink
Merge branch 'travis_gcc8' of https://github.com/clinssen/nest-simulator
Browse files Browse the repository at this point in the history
 into travis_gcc8
  • Loading branch information
C.A.P. Linssen committed Oct 23, 2019
2 parents 1ed9bd3 + 0e67f5a commit e0e29d6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ cache:
before_install:
- export SOURCEDIR=$PWD
# select the right C++ compiler version (gcc8) -- note that update-alternatives is not available on MacOS
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
- |
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
ls -lh /usr/bin/g++*
ls -lh /usr/bin/gcc*
ls -lh /usr/bin/c++*
Expand Down Expand Up @@ -146,7 +147,19 @@ before_install:
pyenv install --list
pyenv global 3.6.7
fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew --version; brew update; brew tap brewsci/science; brew tap brewsci/bio; brew install coreutils gsl open-mpi automake autoconf libtool gcc@8; fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew --version
brew update
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 link gcc@8
brew list
brew leaves
brew cask list
fi
pip install --upgrade pip
pip install --upgrade setuptools
# Installing additional packages using pip as they only have
Expand Down

0 comments on commit e0e29d6

Please sign in to comment.