On 2025-12-10 00:12, Santiago Vila wrote: > CMake Error at > /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 > (message): > Could NOT find BLAS (missing: BLAS_LIBRARIES) > Call Stack (most recent call first): > /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 > (_FPHSA_FAILURE_MESSAGE) > /usr/share/cmake-3.31/Modules/FindBLAS.cmake:1419 > (find_package_handle_standard_args) > /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:247 (find_package) > /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:283 (_lapack_find_dependency) > clients/CMakeLists.txt:56 (find_package)
I took a look out of curiosity. Apparently LAPACK became a hard requirement in upstream 1e2f226. Before, it was only needed as part of the benchmarks build. I think the nocheck build profile can be pretty useful, I'd prefer it kept alive if possible. Best, Christian

