问题
I am trying to install caffe on Yosemite and I am getting the following error:
make: *** No rule to make target '/usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp', needed by '.build_release/cuda/src/caffe/layers/absval_layer.o'. Stop.
As suggested by this blogpost compiling caffe on Yosemite I downgraded the Boost to v1.57.
Any suggestions on how to move forward?
回答1:
This solved the issue:
make clean
make all
来源:https://stackoverflow.com/questions/31297745/installing-caffe-on-yosemite-boost-error