From 1a86e7404e6f786ec0dc7c297384481e1f8aa56f Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Fri, 12 Nov 2021 13:18:44 +0100
Subject: [PATCH] pybind11-2.7.1-GCCcore-11.2.0.eb

---
 .../pybind11/pybind11-2.7.1-GCCcore-11.2.0.eb | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 Golden_Repo/p/pybind11/pybind11-2.7.1-GCCcore-11.2.0.eb

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 000000000..b04d5c7b9
--- /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'
-- 
GitLab