Skip to content

Commit

Permalink
Use OpenSSL 1.0.0 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed May 8, 2020
1 parent 87c85bc commit 4209eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ before_install:
# 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

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

0 comments on commit 4209eec

Please sign in to comment.