diff --git a/Golden_Repo/p/pybind11/pybind11-2.7.1-GCCcore-11.2.0.eb b/Golden_Repo/p/pybind11/pybind11-2.7.1-GCCcore-11.2.0.eb
new file mode 100644
index 0000000000000000000000000000000000000000..b04d5c7b9b43f9e85731aaa749594b214e12d074
--- /dev/null
+++ b/Golden_Repo/p/pybind11/pybind11-2.7.1-GCCcore-11.2.0.eb
@@ -0,0 +1,23 @@
+name = 'pybind11'
+version = '2.7.1'
+
+homepage = 'https://pybind11.readthedocs.io'
+description = """pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa,
+ mainly to create Python bindings of existing C++ code."""
+
+toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
+
+source_urls = ['https://github.com/pybind/pybind11/archive/']
+sources = ['v%(version)s.tar.gz']
+checksums = ['616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020']
+
+builddependencies = [
+    ('binutils', '2.37'),
+    ('CMake', '3.21.1'),
+    ('Eigen', '3.3.9'),
+]
+dependencies = [('Python', '3.9.6')]
+
+configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
+
+moduleclass = 'lib'