You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: