Releases: jlblancoc/suitesparse-metis-for-windows
Releases · jlblancoc/suitesparse-metis-for-windows
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.
Release of 1.2.2
Maintenance release.
Support for NCOMPLEX in CSparse*.
Release of 1.2.1
Maintenance release.