From b9f376b6c424ccfc3457b9464d16b45e5b8ef03b Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Wed, 14 Feb 2024 17:27:46 +0100 Subject: [PATCH] Add info for TPLs to testsuite doc. --- doc/developers/testsuite.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html index cce7ca3032..72b4cb949c 100644 --- a/doc/developers/testsuite.html +++ b/doc/developers/testsuite.html @@ -479,6 +479,11 @@ category/test.with_umfpack=on.output, or category/test.with_zlib=off.output These tests will only be set up if the specified feature was configured. +

Note: For CMake variables indicating whether sub-packages of third party libraries + were detected, like DEAL_II_TRILINOS_WITH_BELOS or DEAL_II_PETSC_WITH_HYPRE + the correct syntax is adding an additional with_, + i.e. with_trilinos_with_belos=on|off. +

It is possible to provide different output files for disabled/enabled features, e.g.,
-- 
2.39.5