caffe cmake错误 Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)
Posted 白水baishui
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了caffe cmake错误 Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)相关的知识,希望对你有一定的参考价值。
CMake Error at /usr/local/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)
Call Stack (most recent call first):
/usr/local/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindAtlas.cmake:43 (find_package_handle_standard_args)
cmake/Dependencies.cmake:121 (find_package)
CMakeLists.txt:49 (include)
这是因为没开BLAS,把命令:
cmake ..
换成
cmake -DBLAS=open ..
即可
以上是关于caffe cmake错误 Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)的主要内容,如果未能解决你的问题,请参考以下文章
错误记录NDK 配置错误 ( C/C++ debug|arm64-v8a : Could not get version from cmake.dir path )
关于 CMake编译出出现错误“Could not find compiler set in environment variable RC:” 的解决方法
CMake Error: Could not create named generator Visual Studio 16 2019解决方法
CMake Error: Could not create named generator Visual Studio 16 2019解决方法
CMake Error: Could not create named generator Visual Studio 16 2019解决方法