赞
踩
Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
...
Could NOT find BLAS (missing: BLAS_LIBRARIES)
Could NOT find LAPACK (missing: LAPACK_LIBRARIES)
Reason given by package: LAPACK could not be found because dependency BLAS could not be found.
https://github.com/xianyi/OpenBLAS/releases直接下载编译好的openblas,或者根据源码自己编译
在...\opencv-4.5.5\cmake\OpenCVFindOpenBLAS.cmake
中添加openblas的路径:
SET(Open_BLAS_INCLUDE_SEARCH_PATHS
...
.../Github/OpenBLAS-0.3.21-x64/include
)
SET(Open_BLAS_LIB_SEARCH_PATHS
...
.../Github/OpenBLAS-0.3.21-x64/lib
)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。