deeplearningais / CUV

Matrix library for CUDA in C++ and Python
www.ais.uni-bonn.de
196 stars 48 forks source link

compiler wrong #2

Open squall1988 opened 11 years ago

squall1988 commented 11 years ago

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 commented 11 years ago

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

squall1988 commented 11 years ago

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

temporaer commented 11 years ago

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