Skip to content
Snippets Groups Projects
Commit ab74f05c authored by Tobias Malkmus's avatar Tobias Malkmus Committed by Steffen Müthing
Browse files

[cmake] add SuiteSparse support, replace UMFPACK version


This patch adds the cmake findpackage script which locates Tim Davis' SuiteSparsae collection.

If a certain setting of the SuiteSparse library should be used it can be found using
find_package( SuiteSparse COMPONENETS <list-of-components> )
with a specific list of components.
Existence of components can be check using the SUITESPARSE_<comp>_FOUND/HAVE_SUITESPARSE_<comp> cmake variable.

The UMFPack search routines are redirected to the more general FindSuiteSparse script.

(cherry picked from commit 2f846882)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 5b7f8b07
Branches
Tags
1 merge request!40Backport suitesparse test to 2.4
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment