From 248edc0f022c67d9d513b2b8d212736ec19b9384 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Fri, 16 Jun 2023 13:13:52 +0200 Subject: [PATCH] Additions --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ecd8327..c29a590 100644 --- a/README.rst +++ b/README.rst @@ -150,7 +150,7 @@ The ``mpsd-software-manager`` python package. - This needs a recent Python (3.9 or later). - Install via pip or pipx. - Pipx commands are:: + Pipx commands are: - to install: ``pipx install git+https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager`` - to update: ``pipx upgrade mpsd-software-manager`` @@ -161,3 +161,13 @@ The ``mpsd-software-manager`` python package. - Please check https://spack.readthedocs.io/en/latest/getting_started.html#system-prerequisites +The compilation of the ``*-mpi`` toolchains needs linux headers installed. (TODO Add more detail.) + +Working example +~~~~~~~~~~~~~~~ + +We have a continuous integration example at XXX, that shows the complete +compilation cycle (including compilation of Octopus). (TODO) + + + -- GitLab