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

compiler wrong #2

Open
squall1988 opened this issue Jul 26, 2012 · 3 comments
Open

compiler wrong #2

squall1988 opened this issue Jul 26, 2012 · 3 comments

Comments

@squall1988
Copy link

when I compiler the code, cmake always told me

CMake Error at /usr/share/cmake-2.8/Modules/FindBLAS.cmake:612 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
src/cuv/matrix_ops/CMakeLists.txt:1 (FIND_PACKAGE)

but i have install the libblas, but it just can not find it.
ps. my env is ubuntu 12.04

@temporaer
Copy link
Contributor

you have to install libblas-dev, not just libblas. Did you do that?

@squall1988
Copy link
Author

yes, I have installed the libblas-dev but the problem still there.

@temporaer
Copy link
Contributor

I'm not sure what this means. Did you install in some non-standard location? Maybe delete build directory and start over?

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