File tree 1 file changed +6
-6
lines changed
metrix-simulator/external/suitesparse/patch
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ diff --git a/SuiteSparse_config/CMakeLists.txt b/SuiteSparse_config/CMakeLists.t
9
9
@@ -127,7 +127,19 @@
10
10
# find the BLAS
11
11
#-------------------------------------------------------------------------------
12
-
12
+
13
13
- include ( SuiteSparseBLAS )
14
14
+ option ( SUITESPARSE_REQUIRE_BLAS "Must not be set to OFF if any SuiteSparse project requires BLAS functions" ON )
15
15
+
@@ -24,7 +24,7 @@ diff --git a/SuiteSparse_config/CMakeLists.txt b/SuiteSparse_config/CMakeLists.t
24
24
+ include ( SuiteSparseBLAS32 )
25
25
+ endif ( )
26
26
+ endif ( )
27
-
27
+
28
28
#-------------------------------------------------------------------------------
29
29
# configure files
30
30
Index: CMakeLists.txt
@@ -36,17 +36,17 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
36
36
--- a/CMakeLists.txt (revision 31572b33461e17eb3836c8cda9b1e5920ab1dfa0)
37
37
+++ b/CMakeLists.txt (date 1744182926833)
38
38
@@ -64,6 +64,7 @@
39
-
39
+
40
40
# CHOLMOD options affecting dependencies
41
41
option ( CHOLMOD_CAMD "ON (default): use CAMD/CCOLAMD. OFF: do not use CAMD/CCOLAMD" ON )
42
42
+ option ( CHOLMOD_SUPERNODAL "ON (default): use Supernodal Module. OFF: do not use Supernodal Module" ON )
43
-
43
+
44
44
# KLU options affecting dependencies
45
45
option ( KLU_USE_CHOLMOD "ON (default): use CHOLMOD in KLU. OFF: do not use CHOLMOD in KLU" ON )
46
46
@@ -266,6 +267,19 @@
47
47
endif ( )
48
-
49
-
48
+
49
+
50
50
+ # BLAS is only required for some sub-projects
51
51
+ option ( SUITESPARSE_REQUIRE_BLAS "Must not be set to OFF if any SuiteSparse project requires BLAS functions" ON )
52
52
+
You can’t perform that action at this time.
0 commit comments