Releases: jlblancoc/suitesparse-metis-for-windows
Releases · jlblancoc/suitesparse-metis-for-windows
v7.5.1-1
What's Changed
- cmake: make SuiteSparse version extraction more robust by @NeroBurner in #124
- cmake: allow more generic OpenBLAS linkage by @NeroBurner in #122
- Update SuiteSparse to 7.5.1 with embedded Metis by @NeroBurner in #125
- Update Hunter to v0.25.3 to fix CMake 3.25 deprecation warning by @NeroBurner in #126
- log: add entry for Hunter v0.25.3 update done in #126 by @NeroBurner in #127
- cmake: unify indent using 4 spaces for all our cmake files by @NeroBurner in #128
- Release 7.5.1-1 by @NeroBurner in #129
Full Changelog: v1.8.0...v7.5.1-1
v1.8.0
What's Changed
- GPU + MKL BLAS support by @enricodetoma in #115
- Increase minimum CMake version to v3.5 by @NeroBurner in #118
- Add option
METIS_IDXTYPEWIDTH
with default 64 by @NeroBurner in #119
New Contributors
- @enricodetoma made their first contribution in #115
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Extract SuiteSparse_METIS_VERSION and provide in generated cmake config by @NeroBurner in #111
- Fix METIS_DIR not used for add_subdirectory() call by @NeroBurner in #112
- Fixes CMake config file when OpenBLAS was not used by @orlandini in #113
New Contributors
- @orlandini made their first contribution in #113
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Hunter: update Gate to v0.9.2 to fix Hunter build by @NeroBurner in #108
Full Changelog: v1.6.0...v1.6.1
Release of v1.6.0
- Added a CHANGELOG.md file
- Add option WITH_OPENBLAS to replace generic BLAS and LAPACK (See README for details)
- Hunter: update to v0.24.9 for OpenBLAS v0.3.21
- Options to use TBB and to build shared libraries
- Update all cmake commands to lowercase
- Automatically set the LAPACK_DIR in Windows
- Use Hunter by default in Windows
Release of v1.5.0
Main changes:
- New bundled versions: SuiteSparse 5.4.0 + Metis 5.1.0
- fix windows shared install using CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
- Use C++11 by default.
- Allow user to override install prefix
- Deletion of FindSuiteSparse.cmake module. All is not based on "modern" CMake exported targets. Refer to example CMake files here.
Release of v1.4.0
- Add support for CUDA builds on Windows.
- Maintenance release with up-to-date version of SuiteSparse.
Bundled versions: SuiteSparse 5.1.2 + Metis 5.1.0
Release of 1.3.1
Maintenance release with up-to-date version of SuiteSparse.
Bundled versions: SuiteSparse 4.5.1, Metis 5.1.0
Release of 1.3.0
Changes:
- For the convenience of users, SuiteSparse+METIS souces are now also bundled in this package.
- Support for CUDA builds (Enable
WITH_CUDA
)
Bundled versions: SuiteSparse 4.4.4, Metis 5.1.0
Release of 1.2.3
Maintenance release.
- Minor CMake clean up.
- Update SuiteSparse download URL.