diff --git a/Golden_Repo/h/h5py/h5py-3.7.0-foss-2022a.eb b/Golden_Repo/h/h5py/h5py-3.7.0-foss-2022a.eb
index c551c8031b1b7e25cdf00dbded574719e8e14ada..78e1a29dbb68cf8647e8338176e3f00e247cc690 100644
--- a/Golden_Repo/h/h5py/h5py-3.7.0-foss-2022a.eb
+++ b/Golden_Repo/h/h5py/h5py-3.7.0-foss-2022a.eb
@@ -20,6 +20,7 @@ dependencies = [
     ('Python', '3.10.4'),
     ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
     ('HDF5', '1.12.2'),
+    ('mpi4py', '3.1.4'),
 ]
 
 use_pip = True
diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gompi-2022a.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gompi-2022a.eb
new file mode 100644
index 0000000000000000000000000000000000000000..45422248566faa49f99085ba3827630787cf7b68
--- /dev/null
+++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gompi-2022a.eb
@@ -0,0 +1,24 @@
+easyblock = 'PythonPackage'
+
+name = 'mpi4py'
+version = '3.1.4'
+
+homepage = 'https://bitbucket.org/mpi4py/mpi4py'
+description = """MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for
+ the Python programming language, allowing any Python program to exploit multiple processors.
+"""
+
+toolchain = {'name': 'gompi', 'version': '2022a'}
+
+source_urls = ['https://github.com/%(name)s/%(name)s/archive/']
+sources = ['%(version)s.tar.gz']
+checksums = ['0ac7cc1fbd1d026b519c4f439ffc15d8776e5615c262dd233a418d73539c352b']
+
+dependencies = [('Python', '3.10.4')]
+
+sanity_check_paths = {
+    'files': [],
+    'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
+}
+
+moduleclass = 'lib'