I installed Caffe on 10.11.6 using Homebrew Python and OSX Accelerate (was vecLib). Consider Anaconda and OpenBLAS for future installs, but I wanted to keep it simple (I could have used system python as well, but Caffe recommends hombrew as a second choice to Anaconda).
I installed python
, numpy
, scipy
with Homebrew. Note that they are linked against Accelerate by default, so if using OpenBLAS these should be installed accordingly throughout the entire stack (and I think scikit-learn, which may be optional, should be installed after to properly link).
I followed the Caffe instructions for installation including the OSX specific stuff. It boils down to this: