未找到具有 LAPACK API 的所需库。请指定库位置

未找到具有 LAPACK API 的所需库。请指定库位置

我正在尝试安装 ESTER,但一直收到此错误消息。我已经安装了 BLAS 和 LAPACK 库。有什么想法吗?

$ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/usr
-- A library with BLAS API found.
-- A library with BLAS API found.
CMake Error at /usr/share/cmake-3.5/Modules/FindLAPACK.cmake:342 (message):
  A required library with LAPACK API not found.  Please specify library
  location.
Call Stack (most recent call first):
  CMakeLists.txt:41 (find_package)

相关内容