Skip to content

Commit a6dafc4

Browse files
committed
fix patch
Signed-off-by: Nicolas Rol <[email protected]>
1 parent e2761ae commit a6dafc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: metrix-simulator/external/suitesparse/patch/suitesparse.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ diff --git a/SuiteSparse_config/CMakeLists.txt b/SuiteSparse_config/CMakeLists.t
99
@@ -127,7 +127,19 @@
1010
# find the BLAS
1111
#-------------------------------------------------------------------------------
12-
12+
1313
-include ( SuiteSparseBLAS )
1414
+option ( SUITESPARSE_REQUIRE_BLAS "Must not be set to OFF if any SuiteSparse project requires BLAS functions" ON )
1515
+
@@ -24,7 +24,7 @@ diff --git a/SuiteSparse_config/CMakeLists.txt b/SuiteSparse_config/CMakeLists.t
2424
+ include ( SuiteSparseBLAS32 )
2525
+ endif ( )
2626
+endif ( )
27-
27+
2828
#-------------------------------------------------------------------------------
2929
# configure files
3030
Index: CMakeLists.txt
@@ -36,17 +36,17 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
3636
--- a/CMakeLists.txt (revision 31572b33461e17eb3836c8cda9b1e5920ab1dfa0)
3737
+++ b/CMakeLists.txt (date 1744182926833)
3838
@@ -64,6 +64,7 @@
39-
39+
4040
# CHOLMOD options affecting dependencies
4141
option ( CHOLMOD_CAMD "ON (default): use CAMD/CCOLAMD. OFF: do not use CAMD/CCOLAMD" ON )
4242
+option ( CHOLMOD_SUPERNODAL "ON (default): use Supernodal Module. OFF: do not use Supernodal Module" ON )
43-
43+
4444
# KLU options affecting dependencies
4545
option ( KLU_USE_CHOLMOD "ON (default): use CHOLMOD in KLU. OFF: do not use CHOLMOD in KLU" ON )
4646
@@ -266,6 +267,19 @@
4747
endif ( )
48-
49-
48+
49+
5050
+# BLAS is only required for some sub-projects
5151
+option ( SUITESPARSE_REQUIRE_BLAS "Must not be set to OFF if any SuiteSparse project requires BLAS functions" ON )
5252
+

0 commit comments

Comments
 (0)