Change `BUILD_WITHOUT_LAPACK` to `OFF` by default

This commit is contained in:
AlessioZanga 2022-03-05 23:35:29 +01:00
parent ed8c028f7f
commit ed2871cb71
No known key found for this signature in database
GPG Key ID: 9A30056FAE0D9552
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
#######
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)
option(DYNAMIC_ARCH "Include support for multiple CPU targets, with automatic selection at runtime (x86/x86_64, aarch64 or ppc only)" OFF)