Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to SuiteSparse 6.0 #1879

Closed
dweindl opened this issue Nov 7, 2022 · 0 comments
Closed

Update to SuiteSparse 6.0 #1879

dweindl opened this issue Nov 7, 2022 · 0 comments
Assignees

Comments

@dweindl
Copy link
Member

dweindl commented Nov 7, 2022

Relevant changes:

* major update: using CMake build system for all packages
* CMake Find*: all packages now have a Find*.cmake.  See
    SuiteSparse_config/cmake_modules.
* integers: int (32-bit) and SuiteSparse_long (nominally 64-bit) replaced
    with int32_t and int64_t.  The SuiteSparse_long #define has been
    deprecated and removed.  Replace its use with int64_t in any code that
    uses SuiteSparse v6.0.0 or later.  This is unlikely to change any
    use of any SuiteSparse package, but since it's possible that
    SuiteSparse_long was 32-bits on some platforms, the SO_VERSIION of
    all packages has been increased by one.

Will enable simplified CMake-based builds, and we probably won't need our modifications in SuiteSparse to match SUNDIALS types (#1733).

@dweindl dweindl self-assigned this Feb 23, 2023
dweindl added a commit that referenced this issue Feb 24, 2023
* Updates SuiteSparse to v7.0.1
* Removes heaps of unused SuiteSparse files

Closes #1879
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant