diff --git a/Golden_Repo/l/llvm-ompss/llvm-ompss-2023.11-GCC-11.3.0.eb b/Golden_Repo/l/llvm-ompss/llvm-ompss-2023.11-GCC-11.3.0.eb
index 1b123bf3ac3b7a440f29dbb631a25e6477bfe065..9aa6247c2a7cbbbf3608602f4e8557a90687e58f 100644
--- a/Golden_Repo/l/llvm-ompss/llvm-ompss-2023.11-GCC-11.3.0.eb
+++ b/Golden_Repo/l/llvm-ompss/llvm-ompss-2023.11-GCC-11.3.0.eb
@@ -35,3 +35,4 @@ configopts += '-DCLANG_DEFAULT_PIE_ON_LINUX=OFF '
 configopts += '-DLLVM_INSTALL_UTILS=ON '
 configopts += '-DLLVM_INCLUDE_BENCHMARKS=OFF'
 srcdir = 'llvm'
+moduleclass = 'compiler'
diff --git a/Golden_Repo/n/nanos6/nanos6-4.0.0-GCC-11.3.0.eb b/Golden_Repo/n/nanos6/nanos6-4.0.0-GCC-11.3.0.eb
index 9cc34e57bbb4e6ecb148075f0c2005d1880174cd..3309ce456a1e38f6dc86b419cc040660aba7bbd9 100644
--- a/Golden_Repo/n/nanos6/nanos6-4.0.0-GCC-11.3.0.eb
+++ b/Golden_Repo/n/nanos6/nanos6-4.0.0-GCC-11.3.0.eb
@@ -47,3 +47,4 @@ configopts += "--with-ovni=$EBROOTOVNI"
 modextravars = {"NANOS6_HOME": "%(installdir)s"}
 
 buildopts = ""
+moduleclass = 'devel'
diff --git a/Golden_Repo/n/nodes/nodes-1.1.0-GCC-11.3.0.eb b/Golden_Repo/n/nodes/nodes-1.1.0-GCC-11.3.0.eb
index cfc7cf23bd9537027e464a4045bce349840ba0cb..d5d28480975cbfdf1a6ad5be344e555c4f11849b 100644
--- a/Golden_Repo/n/nodes/nodes-1.1.0-GCC-11.3.0.eb
+++ b/Golden_Repo/n/nodes/nodes-1.1.0-GCC-11.3.0.eb
@@ -41,3 +41,4 @@ configopts += "--with-ovni=$EBROOTOVNI"
 sanity_check_paths = {'files': ['lib/libnodes.%s' % SHLIB_EXT], 'dirs': ['include']}
 
 modextravars = {'NODES_HOME': '%(installdir)s'}
+moduleclass = 'devel'
diff --git a/Golden_Repo/n/nos-v/nos-v-2.1.1-GCC-11.3.0.eb b/Golden_Repo/n/nos-v/nos-v-2.1.1-GCC-11.3.0.eb
index a24774bc2c50db4b4a278b014c907fd71ae2b116..ab8d4652e8a6b6c35c4eae2ff38c5b56442fae46 100644
--- a/Golden_Repo/n/nos-v/nos-v-2.1.1-GCC-11.3.0.eb
+++ b/Golden_Repo/n/nos-v/nos-v-2.1.1-GCC-11.3.0.eb
@@ -34,3 +34,4 @@ sanity_check_paths = {
     'files': ['lib/libnosv.%s' % SHLIB_EXT],
     'dirs': ['include', 'share'],
 }
+moduleclass = 'devel'
diff --git a/Golden_Repo/o/OmpSs-2/OmpSs-2-2023.11-GCC-11.3.0.eb b/Golden_Repo/o/OmpSs-2/OmpSs-2-2023.11-GCC-11.3.0.eb
index e81864c3fa379aff5ca0a2d6c4a58b359dc00aaf..6e082fb6a8cfae9927d2aa154f3f5f4a68590630 100644
--- a/Golden_Repo/o/OmpSs-2/OmpSs-2-2023.11-GCC-11.3.0.eb
+++ b/Golden_Repo/o/OmpSs-2/OmpSs-2-2023.11-GCC-11.3.0.eb
@@ -16,3 +16,5 @@ dependencies = [
     ('tacuda', '2.0.0'),
     ('ovni', '1.4.1')
 ]
+
+moduleclass = 'devel'
diff --git a/Golden_Repo/o/ovni/ovni-1.4.1-GCC-11.3.0.eb b/Golden_Repo/o/ovni/ovni-1.4.1-GCC-11.3.0.eb
index 39f4f24e15def69177f77b3f5f5addc9a68fdee6..2eadde6a451f8175c37254f81c624f1e889b9ada 100644
--- a/Golden_Repo/o/ovni/ovni-1.4.1-GCC-11.3.0.eb
+++ b/Golden_Repo/o/ovni/ovni-1.4.1-GCC-11.3.0.eb
@@ -27,3 +27,4 @@ checksums = [
 builddependencies = [('CMake', '3.23.1'), ('Ninja', '1.10.2')]
 
 configopts = "-DUSE_MPI=0"
+moduleclass = 'devel'
diff --git a/Golden_Repo/t/tacuda/tacuda-2.0.0-GCC-11.3.0.eb b/Golden_Repo/t/tacuda/tacuda-2.0.0-GCC-11.3.0.eb
index 0388a066f04812a05478bf988322317fea3dcb76..4676b44509b3a81b61deb45dea752a0a85d59397 100644
--- a/Golden_Repo/t/tacuda/tacuda-2.0.0-GCC-11.3.0.eb
+++ b/Golden_Repo/t/tacuda/tacuda-2.0.0-GCC-11.3.0.eb
@@ -35,3 +35,5 @@ configopts = "--with-cuda=$EBROOTCUDA --with-boost=$EBROOTBOOST"
 sanity_check_paths = {'files': ['lib/libtacuda.%s' % SHLIB_EXT], 'dirs': ['include']}
 
 modextravars = {'TACUDA_HOME': '%(installdir)s'}
+
+moduleclass = 'devel'