We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d04e05 commit d6eaf05Copy full SHA for d6eaf05
1 file changed
scripts/osx/install_deps.sh
@@ -6,6 +6,10 @@ do
6
brew install "$pkg" || brew upgrade "$pkg"
7
done
8
9
+# fix for caffe
10
+brew uninstall --force caffe
11
+brew install --build-from-source caffe
12
+
13
# with Python pycaffe needs dependencies built from source
14
#brew install --build-from-source --with-python -vd protobuf
15
#brew install --build-from-source -vd boost boost-python
0 commit comments