Skip to content

Commit

Permalink
Try adding wget to brew install list on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed May 8, 2020
1 parent 4209eec commit f10145c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ before_install:
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")
# Install the non-python dependencies: fftw, libav, eigen
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo -H apt-get -qq update; sudo -H apt-get install -y python-dev libfftw3-dev libav-tools libeigen3-dev; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install fftw libav eigen; brew cask install gfortran; fi
# This next line fixes a problem with using OpenSSL 1.1. Just roll back to v1.0.0
# cf. https://github.com/kelaberetiv/TagUI/issues/86
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew uninstall openssl; brew uninstall openssl; brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb; fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install fftw libav eigen wget; brew cask install gfortran; fi

# List current contents of directories that should be being cached.
- ls -l $HOME
Expand Down

0 comments on commit f10145c

Please sign in to comment.