Telling OSX where to look for BLAS.

This commit is contained in:
Tadas Baltrusaitis
2018-06-21 22:20:03 +01:00
parent 6aa8c83c7d
commit 40c2a9a20f

View File

@@ -71,6 +71,7 @@ before_install:
brew install dlib;
brew install opencv3;
brew upgrade boost;
export PKG_CONFIG_PATH=/usr/local/opt/openblas/lib/pkgconfig;
fi
script: