aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindUmfpack.cmake
Commit message (Collapse)AuthorAge
* bug #493 : multiple calls to FindUmfPackGravatar Desire NUENTSA2012-08-02
| | | | | (transplanted from 1914024965172d6920f3cbfa35b09053dcbb7fc8 )
* 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
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
| | | | fix issues in Cholmod/Taucs supports
* FindUmfPack: add AMD and COLAMD libraries only if they are foundGravatar Gael Guennebaud2009-01-27
|
* clean FindUmfpack.cmake wrt enable_language(Fortran)Gravatar Gael Guennebaud2008-12-02
|
* 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.
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse cholesky