Skip to content

Commit ed2871c

Browse files
committed
Change BUILD_WITHOUT_LAPACK to OFF by default
1 parent ed8c028 commit ed2871c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ include(GNUInstallDirs)
1818
include(CMakePackageConfigHelpers)
1919

2020
#######
21+
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
22+
2123
option(BUILD_WITHOUT_CBLAS "Do not build the C interface (CBLAS) to the BLAS functions" OFF)
2224

2325
option(DYNAMIC_ARCH "Include support for multiple CPU targets, with automatic selection at runtime (x86/x86_64, aarch64 or ppc only)" OFF)

0 commit comments

Comments
 (0)