From: Wolfgang Bangerth Date: Tue, 10 Oct 2023 16:50:44 +0000 (-0600) Subject: Clarify UMFPACK instructions in the readme file. X-Git-Tag: relicensing~407^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ea539b93c35467e7e55a913d28dbf2e1fdad68;p=dealii.git Clarify UMFPACK instructions in the readme file. --- diff --git a/doc/readme.html b/doc/readme.html index 50bbddeb39..2e5c76eb90 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -709,9 +709,14 @@

UMFPACK, which is part of SuiteSparse, is a sparse direct solver that we often use in prototype codes where the goal is to simply get a linear system solved robustly. - The interface will be enabled by default, either using a version installed on your system of using a version that comes bundled with + The interface will be enabled by default, either using a version installed on your system, or using the version that comes bundled with deal.II. It can be disabled explicitly by using the - -DDEAL_II_WITH_UMFPACK=OFF argument. To use a self compiled version, pass the argument + -DDEAL_II_WITH_UMFPACK=OFF + argument. It will also be disabled if no version + installed on the system can be found, and if the + version that comes bundled with deal.II cannot be + compiled, for example because no version of LAPACK + can be found. To use a self compiled version, pass the argument -DUMFPACK_DIR=/path/to/umfpack to the cmake command.