aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindMetis.cmake
Commit message (Collapse)AuthorAge
* check for include dirs setGravatar filippobrizzi2020-11-26
|
* 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.
* Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
|
* Change CMake warning to simple message for old Metis versionsGravatar Christoph Hertzberg2015-03-31
|
* 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
* Add support for Metis fill-reducing ordering ; it is generally more ↵Gravatar Desire NUENTSA2012-08-06
| | | | efficient than COLAMD ordering
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08