Skip to content

Commit 2e15e8b

Browse files
rayegunViralBShah
andauthored
Allow Int32 indices, switch to SS7 (#380)
* init, needs further tests and conversions * IndexTypes * a couple updates * attempt to get tests passing for SPQR Int32 * remove check on Int64 for CHOLMOD, might work? * typo * fix doctest * revert changes to Int64 on 32-bit plats * rm Int fix * import adj_or_trans * regenerate headers * add tests fix calls * fix doctest * itype correction for Int32 plats --------- Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
1 parent 6ccc974 commit 2e15e8b

21 files changed

Lines changed: 21624 additions & 12003 deletions

gen/Manifest.toml

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/generator.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[general]
2-
library_names = {"SuiteSparse_config.h" = "libsuitesparseconfig", "SuiteSparseQR_C.h" = "libspqr", "umfpack.h" = "libumfpack", "cholmod.h" = "libcholmod"}
2+
library_names = {"SuiteSparse_config.h" = "libsuitesparseconfig", "SuiteSparseQR_C.h" = "libspqr", "umfpack.h" = "libumfpack", "cholmod.h" = "libcholmod", "amd.h" = "libamd"}
33

44
use_julia_native_enum_type = true
55
use_deterministic_symbol = true

0 commit comments

Comments
 (0)