Make sure OpenBLAS is installed on osx

This commit is contained in:
Tadas Baltrusaitis
2018-06-21 21:36:52 +01:00
parent 1dd6cfba2e
commit 7cdd419d6c

View File

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