Commit 3f918be3 authored by Matthew Brett's avatar Matthew Brett
Browse files
parent ae7c595e
......@@ -92,6 +92,8 @@ function build_github {
function build_openblas {
if [ -e openblas-stamp ]; then return; fi
if [ -n "$IS_OSX" ]; then
# https://github.com/travis-ci/travis-ci/issues/8826
brew cask uninstall oclint || echo "no oclint"
brew install openblas
brew link --force openblas
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment