commit 690d055: [Minor] Disable blas by default
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Nov 6 15:00:10 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-11-06 14:57:06 +0000
URL: https://github.com/rspamd/rspamd/commit/690d055653ecacd83000b8b0981f3e483ed10650
[Minor] Disable blas by default
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3aadde729..0d1087f2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ OPTION(ENABLE_UTILS "Build rspamd internal utils [default: OFF]" OFF)
OPTION(ENABLE_LIBUNWIND "Use libunwind to print crash traces [default: OFF]" OFF)
OPTION(ENABLE_LUA_TRACE "Trace all Lua C API invocations [default: OFF]" OFF)
OPTION(ENABLE_LUA_REPL "Enables Lua repl (requires C++11 compiler) [default: ON]" ON)
-OPTION(ENABLE_BLAS "Enables libopenblas support [default: ON]" ON)
+OPTION(ENABLE_BLAS "Enables libopenblas support [default: OFF]" OFF)
INCLUDE(FindArch.cmake)
More information about the Commits
mailing list