We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef73b2 commit 363ab59Copy full SHA for 363ab59
gen/generator.toml
@@ -39,6 +39,7 @@ output_ignorelist = [
39
"CHOLMOD_ASSEMBLE_TIME",
40
"CHOLMOD_ASSEMBLE_TIME2",
41
"SuiteSparse_long_idd",
42
+ "SUITESPARSE_CONFIG_TIMER",
43
"SUITESPARSE_COMPILER_MAJOR",
44
"SUITESPARSE_COMPILER_MINOR",
45
"SUITESPARSE_COMPILER_SUB",
src/solvers/wrappers.jl
@@ -3402,8 +3402,6 @@ const SUITESPARSE_COMPILER_MSC = 0
3402
3403
const SUITESPARSE_COMPILER_XLC = 0
3404
3405
-const SUITESPARSE_CONFIG_TIMER = clock_gettime
3406
-
3407
const SUITESPARSE_TIME = SuiteSparse_time()
3408
3409
const SUITESPARSE_DATE = "Oct 10, 2024"
0 commit comments