From dde5c903be3a3942e89b85c6f31101ebb958e5c5 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Mon, 19 Jun 2023 15:45:09 +0200
Subject: [PATCH 1/2] record restriction

---
 README.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.rst b/README.rst
index 7f2473b..9939626 100644
--- a/README.rst
+++ b/README.rst
@@ -161,6 +161,7 @@ The ``mpsd-software-manager`` python package.
 
   - Please check https://spack.readthedocs.io/en/latest/getting_started.html#system-prerequisites
 
+- The installation is only expected to work for x86 architectures at the moment.
 
 Requirements for particular toolchains and package sets
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
GitLab


From 413b8ea4cf26fb594f6e431d08b67859c6de4568 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Mon, 19 Jun 2023 15:45:53 +0200
Subject: [PATCH 2/2] fix typo

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 9939626..ce5d213 100644
--- a/README.rst
+++ b/README.rst
@@ -167,7 +167,7 @@ Requirements for particular toolchains and package sets
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - ``foss*-serial`` should compile with the dependencies outlined above
-- ``foss*-mpi`` currently needs linux header files installed (to compile the ``kmem`` package)
+- ``foss*-mpi`` currently needs linux header files installed (to compile the ``knem`` package)
 - ``foss*-cuda-mpi`` (proably as `*-mpi, needs testing TODO)
 
 
-- 
GitLab