Skip to content

Commit

Permalink
log: Update SuiteSparse to 7.5.1 with embedded Metis
Browse files Browse the repository at this point in the history
- fixes Metis based segmentation fault [#123](#123)
- remove `SuiteSparse::metis` target as Metis is now a private dependency of `CHOLMOD` module
- remove option `METIS_DIR`
- always compile `SuiteSparse_config` with `-DNTIMER` disabling tic-toc support
- compile `CXSparse` without complex support
- remove SourceWrappers for `CHOLMOD` and `CXSparse` modules
  • Loading branch information
NeroBurner committed Jan 22, 2024
1 parent 160fe90 commit 4060280
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Unreleased
- Update SuiteSparse to 7.5.1 with embedded Metis [#125](https://github.com/jlblancoc/suitesparse-metis-for-windows/pull/125)
- fixes Metis based segmentation fault [#123](https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/123)
- remove `SuiteSparse::metis` target as Metis is now a private dependency of `CHOLMOD` module
- remove option `METIS_DIR`
- always compile `SuiteSparse_config` with `-DNTIMER` disabling tic-toc support
- compile `CXSparse` without complex support
- remove SourceWrappers for `CHOLMOD` and `CXSparse` modules

# Release 1.8.0: October 25th, 2023
- Increase minimum required CMake version to v3.5 to prevent deprecation warnings [#117](https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/117).
Expand Down

0 comments on commit 4060280

Please # to comment.