Files
Alison ClarkeandGitHub f05b37a80b Don't try to tap homebrew/science (#1572)
homebrew/science is now deprecated, but opencv and hdf5 are now both in homebrew/core, so can be installed without tapping homebrew/science.
2020-04-30 09:14:48 -04:00

13 lines
450 B
Bash
Executable File

brew install openblas
brew install -vd snappy leveldb gflags glog szip lmdb
brew install hdf5 opencv
# with Python pycaffe needs dependencies built from source
#brew install --build-from-source --with-python -vd protobuf
#brew install --build-from-source -vd boost boost-python
# without Python the usual installation suffices
brew install protobuf boost
brew install cmake
brew install viennacl
sudo pip install numpy
sudo pip install opencv-python