From d0b028e1731e7670c5ace4f79c8d48137dd55483 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 27 Nov 2017 22:11:57 +0100 Subject: clarify Pastix requirements --- Eigen/PaStiXSupport | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/PaStiXSupport') diff --git a/Eigen/PaStiXSupport b/Eigen/PaStiXSupport index de3a63b4d..234619acc 100644 --- a/Eigen/PaStiXSupport +++ b/Eigen/PaStiXSupport @@ -36,6 +36,7 @@ extern "C" { * \endcode * * In order to use this module, the PaSTiX headers must be accessible from the include paths, and your binary must be linked to the PaSTiX library and its dependencies. + * This wrapper resuires PaStiX version 5.x compiled without MPI support. * The dependencies depend on how PaSTiX has been compiled. * For a cmake based project, you can use our FindPaSTiX.cmake module to help you in this task. * -- cgit v1.2.3