A required library with BLAS API not found.

来源:互联网 发布:淘宝退款成功后收到货 编辑:程序博客网 时间:2024/05/22 10:30

Ubuntu安装软件编译的时候报错:

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):CMakeLists.txt:77 (find_package)

方案:

sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev