OSX openblas fix.

This commit is contained in:
Tadas Baltrusaitis
2018-06-21 21:52:03 +01:00
parent d46d2c39ba
commit 229559fd72

View File

@@ -67,8 +67,7 @@ before_install:
- if [ ${TRAVIS_OS_NAME} = osx ]; then
brew update;
brew install tbb;
brew tap homebrew/science;
brew install homebrew/science/openblas;
brew install openblas;
brew install dlib;
brew install opencv3;
brew upgrade boost;