From cb7b4efff3321304b18de87a5c667435a7649242 Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Thu, 13 Jan 2022 12:09:43 +0100
Subject: [PATCH] mpi4py: change moduleclass to lib

---
 Golden_Repo/m/mpi4py/mpi4py-3.1.3-gompi-2021b.eb  | 2 +-
 Golden_Repo/m/mpi4py/mpi4py-3.1.3-gpsmpi-2021b.eb | 2 +-
 Golden_Repo/m/mpi4py/mpi4py-3.1.3-iimpi-2021b.eb  | 2 +-
 Golden_Repo/m/mpi4py/mpi4py-3.1.3-iompi-2021b.eb  | 2 +-
 Golden_Repo/m/mpi4py/mpi4py-3.1.3-ipsmpi-2021b.eb | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gompi-2021b.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gompi-2021b.eb
index b2db4dfc7..6eca41a13 100644
--- a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gompi-2021b.eb
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gompi-2021b.eb
@@ -21,4 +21,4 @@ sanity_check_paths = {
     'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
 }
 
-moduleclass = 'mpi'
+moduleclass = 'lib'
diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gpsmpi-2021b.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gpsmpi-2021b.eb
index 5450fb8fa..15e9e0bc5 100644
--- a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gpsmpi-2021b.eb
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-gpsmpi-2021b.eb
@@ -22,4 +22,4 @@ sanity_check_paths = {
     'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
 }
 
-moduleclass = 'mpi'
+moduleclass = 'lib'
diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iimpi-2021b.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iimpi-2021b.eb
index 59107b67b..075bbede2 100644
--- a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iimpi-2021b.eb
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iimpi-2021b.eb
@@ -22,4 +22,4 @@ sanity_check_paths = {
     'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
 }
 
-moduleclass = 'mpi'
+moduleclass = 'lib'
diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iompi-2021b.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iompi-2021b.eb
index 2df8e3a66..aad19e990 100644
--- a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iompi-2021b.eb
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-iompi-2021b.eb
@@ -22,4 +22,4 @@ sanity_check_paths = {
     'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
 }
 
-moduleclass = 'mpi'
+moduleclass = 'lib'
diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-ipsmpi-2021b.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-ipsmpi-2021b.eb
index 49e30affa..ca5f7076a 100644
--- a/Golden_Repo/m/mpi4py/mpi4py-3.1.3-ipsmpi-2021b.eb
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.3-ipsmpi-2021b.eb
@@ -22,4 +22,4 @@ sanity_check_paths = {
     'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
 }
 
-moduleclass = 'mpi'
+moduleclass = 'lib'
-- 
GitLab