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 0000000000000000000000000000000000000000..377eb58517a1ec09df52b4765453a6cfe1288e96 --- /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 07a4ba1f3cf9c7585d4d4a32d643acbea27166b6..56dc0b0fa0730fbff25197187a6f02ec5e91c04e 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'),