From f05b37a80be8ae30a28c10fd0e85eac935bf843e Mon Sep 17 00:00:00 2001 From: Alison Clarke Date: Thu, 30 Apr 2020 14:14:48 +0100 Subject: [PATCH] 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. --- scripts/osx/install_deps.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/osx/install_deps.sh b/scripts/osx/install_deps.sh index 17820021..f794506b 100755 --- a/scripts/osx/install_deps.sh +++ b/scripts/osx/install_deps.sh @@ -1,7 +1,5 @@ brew install openblas brew install -vd snappy leveldb gflags glog szip lmdb -# need the homebrew science source for OpenCV and hdf5 -brew tap homebrew/science brew install hdf5 opencv # with Python pycaffe needs dependencies built from source #brew install --build-from-source --with-python -vd protobuf @@ -11,4 +9,4 @@ brew install protobuf boost brew install cmake brew install viennacl sudo pip install numpy -sudo pip install opencv-python \ No newline at end of file +sudo pip install opencv-python -- GitLab