From 746c87668fc21f8a0ce295529952ee4b4c0c5b7e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 11 Aug 2024 18:15:33 -0400 Subject: [PATCH] change DEAL_II_WITH_COMPLEX_VALUES default to OFF --- cmake/setup_cached_variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index fc45eaf513..52f9cc27f3 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -338,7 +338,7 @@ list(APPEND DEAL_II_FEATURES 64BIT_INDICES) option(DEAL_II_WITH_COMPLEX_VALUES "If set to OFF, the classes that take a number type are not explicitly instantiated for std::complex and std::complex. This effectively disables the support for computing with complex values. If PETSc is built with complex scalar type, this option must be ON." - ON + OFF ) list(APPEND DEAL_II_FEATURES COMPLEX_VALUES) -- 2.39.5