aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindCholmod.cmake
Commit message (Collapse)AuthorAge
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Determine version of Metis library. Apparently, at least version 5.x is ↵Gravatar Christoph Hertzberg2014-07-09
| | | | | | needed for Eigen/MetisSupport. Marked some internal variables as advanced
* Improve SuiteSparse cmake scriptsGravatar Gael Guennebaud2013-06-12
|
* find macport' umfpack/cholmodGravatar Gael Guennebaud2011-09-21
|
* it is now up to user of these Find* module to find and link to BLAS and/or ↵Gravatar Gael Guennebaud2011-02-18
| | | | LAPACK
* improve FindCholmodGravatar Gael Guennebaud2010-10-06
|
* remove explicit fortran dependency in FindCholmodGravatar Gael Guennebaud2009-02-05
|
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
| | | | | | | | | * add a LDL^T factorization with solver using code from T. Davis's LDL library (LPGL2.1+) * various bug fixes in trianfular solver, matrix product, etc. * improve cmake files for the supported libraries * split the sparse unit test * etc.
* sparse module:Gravatar Gael Guennebaud2008-10-21
| | | | | - remove some useless stuff => let's focus on a single sparse matrix format - finalize the new RandomSetter
* remove debug message in FindCholmod.cmakeGravatar Gael Guennebaud2008-10-20
|
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse cholesky