Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:581: recipe for target #5

Open
SarmedHuss opened this issue Aug 7, 2018 · 1 comment
Open

Makefile:581: recipe for target #5

SarmedHuss opened this issue Aug 7, 2018 · 1 comment

Comments

@SarmedHuss
Copy link

Hello,

I followed every step of the installation description but at the step 'make all' it fails and I get this message in the terminal:

CXX src/caffe/solvers/nesterov_solver.cpp
In file included from ./include/caffe/common.hpp:19:0,
from ./include/caffe/blob.hpp:8,
from ./include/caffe/net.hpp:10,
from ./include/caffe/solver.hpp:7,
from ./include/caffe/sgd_solvers.hpp:7,
from src/caffe/solvers/nesterov_solver.cpp:3:
./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: No such file or directory
#include <cublas_v2.h>
^
compilation terminated.
Makefile:581: recipe for target '.build_release/src/caffe/solvers/nesterov_solver.o' failed
make: *** [.build_release/src/caffe/solvers/nesterov_solver.o] Error 1

Any idea how to solve it?

Thank you

Sarmed

@leo2105
Copy link
Owner

leo2105 commented Aug 10, 2018

This could help you.
https://groups.google.com/forum/#!topic/caffe-users/DAv5EcsvbIU
your should change your makefile.config in order to find BLAS.

Tell me if you solved it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants