- Feb 05, 2016
-
-
Christoph Grüninger authored
(cherry picked from commit 4a3d6445) Signed-off-by:
Steffen Müthing <muething@dune-project.org>
-
Tobias Malkmus authored
(cherry picked from commit 5c964934) Signed-off-by:
Steffen Müthing <muething@dune-project.org>
-
Tobias Malkmus authored
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:
Steffen Müthing <muething@dune-project.org>
-