- Update SuiteSparse to 7.5.1 with embedded Metis #125
- fixes Metis based segmentation fault #123
- remove
SuiteSparse::metis
target as Metis is now a private dependency ofCHOLMOD
module - remove option
METIS_DIR
- always compile
SuiteSparse_config
with-DNTIMER
disabling tic-toc support - compile
CXSparse
without complex support - remove SourceWrappers for
CHOLMOD
andCXSparse
modules
- More generic
OpenBLAS
linkage #122 - Update Hunter to
v0.25.3
to fix CMake 3.25 deprecation warnings #126
- Increase minimum required CMake version to v3.5 to prevent deprecation warnings #117.
- Add option
METIS_IDXTYPEWIDTH
with default64
to override the index type used formetis.h
#116.
- If
BUILD_METIS=ON
extract and provideSuiteSparse_METIS_VERSION
in generated config #109 - Fix
METIS_DIR
not used foradd_subdirectory()
call #110 - Fix
@WITH_OPENBLAS
substitution in generated cmake-config file #113
- update copy of HunterGate to v0.9.2 to fix Hunter build #108
- 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
- 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.