From 96ff2b3e60c02dda225a0edd81bd52c7ea0ab49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Tue, 6 Jan 2026 14:13:57 +0100 Subject: [PATCH] Docs: Mention cmake -LH in build-from-source.md --- docs/getting-started/build-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/build-from-source.md b/docs/getting-started/build-from-source.md index 62eab1ec5e..12b3b25546 100644 --- a/docs/getting-started/build-from-source.md +++ b/docs/getting-started/build-from-source.md @@ -8,8 +8,8 @@ package manager like [Spack](https://spack.readthedocs.io). At a minimum CP2K requirements a modern C and Fortran compiler, [DBCSR](https://github.com/cp2k/dbcsr/), BLAS, and LAPACK. For parallel builds it also needs at -least MPI and ScaLAPACK. Descriptions of all available build options can be found in the -technologies section: +least MPI and ScaLAPACK. To list all available build options run `cmake -LH`. Detailed descriptions +of most build options can be found in the technologies section: - **[](../technologies/eigensolvers/index)** - **[](../technologies/accelerators/index)**