Error ./include/caffe/util/mkl_alternate.hpp:11:19: fatal error: cblas.h: 没有那个文件或目录

由于在Makefile.config文件中BLAS设置的为atlas

因此输入sudo make clean

sudo apt-get install libatlas-base-dev

再重新输入make all

完美解决

posted @ 2017-09-03 21:23  tsung  阅读(1057)  评论(0)    收藏  举报