From 40602809d4b969241226e80e9dc0d4d8e7c16fe2 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 22 Jan 2024 16:06:00 +0100 Subject: [PATCH] log: 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 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b5c608..a804d521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).