Skip to content

Commit

Permalink
Try and fix travis OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Aug 5, 2022
1 parent a78dc77 commit 64f089d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ matrix:
script:
- echo $MATRIX_EVAL
- eval "${MATRIX_EVAL}"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gsl ; fi
- $CXX --version
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gsl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then OPENBLAS="$(brew --prefix openblas)" ; fi
- echo $OPENBLAS
- make -j 4 CXX=$CXX WITH_OPENBLAS=1 OPENBLAS_LEGACY=1
Expand Down

0 comments on commit 64f089d

Please sign in to comment.