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 4686037 commit b2b6995
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased

# unreleased
- Update SuiteSparse to 7.5.1 with embedded Metis
- 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).
- Add option `METIS_IDXTYPEWIDTH` with default `64` to override the index type used for `metis.h` [#116](https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/116).
Expand Down

0 comments on commit b2b6995

Please # to comment.