Skip to content

Commit c9f7293

Browse files
authored
Update SuiteSparse to 7.6 (#502)
* Update SuiteSparse to 7.6
1 parent 9c530de commit c9f7293

File tree

5 files changed

+46
-309
lines changed

5 files changed

+46
-309
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pkg = "<0.0.1, 1"
1919
Printf = "<0.0.1, 1"
2020
Random = "<0.0.1, 1"
2121
Serialization = "<0.0.1, 1"
22-
SuiteSparse_jll = "7.5.1"
22+
SuiteSparse_jll = "7.6.0"
2323
Test = "<0.0.1, 1"
2424
julia = "1.11"
2525

gen/Manifest.toml

Lines changed: 0 additions & 284 deletions
This file was deleted.

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
66
[compat]
77
Clang = "0.17.8"
88
JuliaFormatter = "1.0.45"
9-
SuiteSparse_jll = "7.5.1"
9+
SuiteSparse_jll = "7.6.0"

gen/generator.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,21 @@ macro_mode = "basic"
5858

5959
functionlike_macro_includelist = [
6060
"SUITESPARSE_VER_CODE",
61+
"SUITESPARSE__VERCODE",
6162
"CHOLMOD_VER_CODE",
63+
"CHOLMOD__VERCODE",
6264
"SPQR_VER_CODE",
65+
"SPQR__VERCODE",
6366
"AMD_VERSION_CODE",
67+
"AMD__VERCODE",
6468
"UMFPACK_VER_CODE",
69+
"UMFPACK__VERCODE",
6570
"COLAMD_VERSION_CODE",
71+
"COLAMD__VERCODE",
6672
"KLU_VERSION_CODE",
73+
"KLU__VERCODE",
6774
"BTF_VERSION_CODE",
68-
"CCOLAMD_VERSION_CODE"
75+
"BTF__VERCODE",
76+
"CCOLAMD_VERSION_CODE",
77+
"CCOLAMD__VERCODE"
6978
]

0 commit comments

Comments
 (0)