From a6afb5d4951bf3ae42a8af6cb56b72b61f6a077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jwlogin10.juwels> Date: Sat, 6 May 2023 23:13:27 +0200 Subject: [PATCH] add checksum --- .../TensorFlow-2.11.0-gcccoremkl-11.3.0-2022.1.0-CUDA-11.7.eb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-gcccoremkl-11.3.0-2022.1.0-CUDA-11.7.eb b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-gcccoremkl-11.3.0-2022.1.0-CUDA-11.7.eb index 6b940db18..17c8e10eb 100644 --- a/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-gcccoremkl-11.3.0-2022.1.0-CUDA-11.7.eb +++ b/Golden_Repo/t/TensorFlow/TensorFlow-2.11.0-gcccoremkl-11.3.0-2022.1.0-CUDA-11.7.eb @@ -220,11 +220,13 @@ exts_list = [ '0a2f5c9c5be425f305bdc08f5a5ffce210e66f6ad4120d94ea0209246fc0449f'}, {'TensorFlow-2.11.0_remove-libclang-and-io-gcs-deps.patch': '21d5723ab4e9a3be349cf3d57bb55cbe43e28785a8c8b19c52cee9dcc4dcf0de'}, + {'tensorboard-2.11.1-jupyter.fix': + '8a1c3bf40880f8522bcfe6849604bb2084e8c7a4526c035f617795138a405ff7'}, ], }), ] postinstallcmds = [ - 'patch -p0 -d %(installdir)s < %(builddir)s/TensorFlow/tensorflow-2.6.0/tools/tensorboard-2.6.0-jupyter.fix'] + 'patch -p0 -d %(installdir)s < %(builddir)s/TensorFlow/tensorflow-%(version)s/tools/tensorboard-2.11.1-jupyter.fix'] moduleclass = 'lib' -- GitLab