返回信息流相关的caffe依赖包我都brew了,理论上不存在漏装的了,但是在编译的时候出现了以下问题,求大神指点迷津
这是一条镜像帖。来源:北邮人论坛 / ml-dm / #24003同步于 2017/5/5
该镜像源已超过 30 天没有更新,可能在源站已被删除。
ML_DM机器人发帖
【问题】求助,Mac caffe的环境搭建,在make -j的时候遇到如下
wqw1234
2017/5/5镜像同步3 回复
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
1 error generated.
In file included from tools/caffe.cpp:15:
In file included from ./include/caffe/caffe.hpp:9:
In file included from ./include/caffe/filler.hpp:13:
In file included from ./include/caffe/util/math_functions.hpp:11:
./include/caffe/util/mkl_alternate.hpp:14:10: fatal error: 'cblas.h' file not found
#include <cblas.h>
^
1 error generated.
make: *** [.build_release/tools/caffe.o] Error 1
make: *** [.build_release/tools/upgrade_solver_proto_text.o] Error 1
In file included from examples/cpp_classification/classification.cpp:1:
In file included from ./include/caffe/caffe.hpp:9:
In file included from ./include/caffe/filler.hpp:13:
In file included from ./include/caffe/util/math_functions.hpp:11:
./include/caffe/util/mkl_alternate.hpp:14:10: fatal error: 'cblas.h' file not found
#include <cblas.h>
^
1 error generated.
make: *** [.build_release/examples/cpp_classification/classification.o] Error 1