Skip to content

Releases: jlblancoc/suitesparse-metis-for-windows

v7.5.1-1

23 Jan 08:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v7.5.1-1

v1.8.0

25 Oct 06:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

21 Dec 07:09
Compare
Choose a tag to compare

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

Full Changelog: v1.6.1...v1.7.0

v1.6.1

05 Dec 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

Release of v1.6.0

03 Dec 07:12
af1785d
Compare
Choose a tag to compare
  • 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

30 Aug 15:57
c11e8dd
Compare
Choose a tag to compare

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

15 Jul 06:29
f0bc92b
Compare
Choose a tag to compare
  • 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

22 Feb 19:20
Compare
Choose a tag to compare

Maintenance release with up-to-date version of SuiteSparse.

Bundled versions: SuiteSparse 4.5.1, Metis 5.1.0

Release of 1.3.0

01 Sep 14:35
Compare
Choose a tag to compare

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

05 Feb 21:02
Compare
Choose a tag to compare

Maintenance release.

  • Minor CMake clean up.
  • Update SuiteSparse download URL.