From 4125414f308d2fa736779e42824fab0597b13388 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Fri, 17 Feb 2023 16:22:05 +0100
Subject: [PATCH] Tensorflow 2.11

---
 .../d/dill/dill-0.3.6-GCCcore-11.3.0.eb       | 27 +++++++++++++++++++
 .../TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb |  2 +-
 2 files changed, 28 insertions(+), 1 deletion(-)
 create mode 100644 Golden_Repo/d/dill/dill-0.3.6-GCCcore-11.3.0.eb

diff --git a/Golden_Repo/d/dill/dill-0.3.6-GCCcore-11.3.0.eb b/Golden_Repo/d/dill/dill-0.3.6-GCCcore-11.3.0.eb
new file mode 100644
index 000000000..377eb5851
--- /dev/null
+++ b/Golden_Repo/d/dill/dill-0.3.6-GCCcore-11.3.0.eb
@@ -0,0 +1,27 @@
+# This easyconfig was created by Simon Branford of the BEAR Software team at the University of Birmingham.
+easyblock = 'PythonPackage'
+
+name = 'dill'
+version = '0.3.6'
+
+homepage = 'https://pypi.org/project/dill/'
+description = """dill extends python's pickle module for serializing and de-serializing python objects to the majority
+ of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse
+ of which is converting a byte stream back to on python object hierarchy."""
+
+toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+
+sources = [SOURCE_TAR_GZ]
+checksums = ['e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373']
+
+builddependencies = [('binutils', '2.38')]
+
+dependencies = [
+    ('Python', '3.10.4'),
+]
+
+use_pip = True
+download_dep_fail = True
+sanity_pip_check = True
+
+moduleclass = 'data'
diff --git a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
index 07a4ba1f3..56dc0b0fa 100644
--- a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
+++ b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb
@@ -28,7 +28,7 @@ dependencies = [
     ('cURL', '7.83.0'),
     ('dill', '0.3.6'),
     ('double-conversion', '3.2.0'),
-    ('flatbuffers', '2.0.0'),
+    ('flatbuffers', '2.0.7'),
     ('giflib', '5.2.1'),
     ('hwloc', '2.7.1'),
     ('ICU', '71.1'),
-- 
GitLab