Suitesparse Metis For Windows Versions Save

CMake scripts for painless usage of SuiteSparse+METIS from Visual Studio and the rest of Windows/Linux/OSX IDEs supported by CMake

v7.5.1-1

3 months ago

What's Changed

Full Changelog: https://github.com/jlblancoc/suitesparse-metis-for-windows/compare/v1.8.0...v7.5.1-1

v1.8.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jlblancoc/suitesparse-metis-for-windows/compare/v1.7.0...v1.8.0

v1.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jlblancoc/suitesparse-metis-for-windows/compare/v1.6.1...v1.7.0

v1.6.1

1 year ago

What's Changed

Full Changelog: https://github.com/jlblancoc/suitesparse-metis-for-windows/compare/v1.6.0...v1.6.1

v1.6.0

1 year ago
  • 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

v1.5.0

4 years ago

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.

v1.4.0

5 years ago
  • 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

v1.3.1

8 years ago

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

Bundled versions: SuiteSparse 4.5.1, Metis 5.1.0

v1.3.0

8 years ago

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

v1.2.3

9 years ago

Maintenance release.

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