Skip to content

Commit d6eaf05

Browse files
authored
Install caffe from source
1 parent 3d04e05 commit d6eaf05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/osx/install_deps.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ do
66
brew install "$pkg" || brew upgrade "$pkg"
77
done
88

9+
# fix for caffe
10+
brew uninstall --force caffe
11+
brew install --build-from-source caffe
12+
913
# with Python pycaffe needs dependencies built from source
1014
#brew install --build-from-source --with-python -vd protobuf
1115
#brew install --build-from-source -vd boost boost-python

0 commit comments

Comments
 (0)