diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2021b.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..49c2e7e5cd993438cabe691f4dba23163bd2332f
--- /dev/null
+++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-npsmpic-2021b.eb
@@ -0,0 +1,53 @@
+##
+# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
+# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
+# Authors::   Bernd Mohr <b.mohr@fz-juelich.de>
+#             Markus Geimer <m.geimer@fz-juelich.de>
+#             Christian Feld <c.feld@fz-juelich.de>
+# License::   3-clause BSD
+#
+# This work is based on experiences from the UNITE project
+# http://apps.fz-juelich.de/unite/
+##
+
+easyblock = 'EB_Score_minus_P'
+
+name = 'Scalasca'
+version = '2.6'
+
+homepage = 'https://www.scalasca.org/'
+description = """
+Scalasca is a software tool that supports the performance optimization of
+parallel programs by measuring and analyzing their runtime behavior. The
+analysis identifies potential performance bottlenecks -- in particular
+those concerning communication and synchronization -- and offers guidance
+in exploring their causes.
+"""
+
+toolchain = {'name': 'npsmpic', 'version': '2021b'}
+
+source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist']
+sources = [SOURCELOWER_TAR_GZ]
+checksums = [
+    'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e',  # scalasca-2.6.tar.gz
+]
+builddependencies = [
+    ('CubeWriter', '4.6'),
+]
+
+dependencies = [
+    ('CubeGUI', '4.6'),
+    ('CubeLib', '4.6'),
+    ('OTF2', '2.3'),
+    ('Score-P', '7.1'),
+]
+
+sanity_check_paths = {
+    'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')],
+    'dirs': [],
+}
+
+# Ensure that local metric documentation is found by CubeGUI
+modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'}
+
+moduleclass = 'perf'
diff --git a/Golden_Repo/s/Scalasca/Scalasca-2.6-nvompic-2021b.eb b/Golden_Repo/s/Scalasca/Scalasca-2.6-nvompic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..9336b65739855247ac19fd323f37dc55df931e88
--- /dev/null
+++ b/Golden_Repo/s/Scalasca/Scalasca-2.6-nvompic-2021b.eb
@@ -0,0 +1,53 @@
+##
+# This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild
+# Copyright:: Copyright 2013-2021 Juelich Supercomputing Centre, Germany
+# Authors::   Bernd Mohr <b.mohr@fz-juelich.de>
+#             Markus Geimer <m.geimer@fz-juelich.de>
+#             Christian Feld <c.feld@fz-juelich.de>
+# License::   3-clause BSD
+#
+# This work is based on experiences from the UNITE project
+# http://apps.fz-juelich.de/unite/
+##
+
+easyblock = 'EB_Score_minus_P'
+
+name = 'Scalasca'
+version = '2.6'
+
+homepage = 'https://www.scalasca.org/'
+description = """
+Scalasca is a software tool that supports the performance optimization of
+parallel programs by measuring and analyzing their runtime behavior. The
+analysis identifies potential performance bottlenecks -- in particular
+those concerning communication and synchronization -- and offers guidance
+in exploring their causes.
+"""
+
+toolchain = {'name': 'nvompic', 'version': '2021b'}
+
+source_urls = ['https://apps.fz-juelich.de/scalasca/releases/scalasca/%(version_major_minor)s/dist']
+sources = [SOURCELOWER_TAR_GZ]
+checksums = [
+    'b3f9cb1d58f3e25090a39da777bae8ca2769fd10cbd6dfb9a4887d873ee2441e',  # scalasca-2.6.tar.gz
+]
+builddependencies = [
+    ('CubeWriter', '4.6'),
+]
+
+dependencies = [
+    ('CubeGUI', '4.6'),
+    ('CubeLib', '4.6'),
+    ('OTF2', '2.3'),
+    ('Score-P', '7.1'),
+]
+
+sanity_check_paths = {
+    'files': ['bin/scalasca', ('lib/libpearl.replay.a', 'lib64/libpearl.replay.a')],
+    'dirs': [],
+}
+
+# Ensure that local metric documentation is found by CubeGUI
+modextrapaths = {'CUBE_DOCPATH': 'share/doc/scalasca/patterns'}
+
+moduleclass = 'perf'