From 0f41d3f897279097cee910271608ee42a87fb5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jwlogin10.juwels> Date: Sun, 7 May 2023 08:07:20 +0200 Subject: [PATCH] add Jupyter fix to Tensorboard-foss --- .../t/TensorFlow/TensorFlow-2.11.0-foss-2022a-CUDA-11.7.eb | 6 ++++++ 1 file changed, 6 insertions(+) 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 6372a2f88..a7347f455 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 @@ -164,6 +164,7 @@ exts_list = [ '%(name)s-%(version)s_fix-eigen-gemm-on-PPC.patch', '%(name)s-%(version)s_fix-link-error.patch', '%(name)s-%(version)s_remove-libclang-and-io-gcs-deps.patch', + ('tensorboard-2.11.1-jupyter.fix', 'tools'), ], 'source_tmpl': 'v%(version)s.tar.gz', 'source_urls': ['https://github.com/tensorflow/tensorflow/archive/'], @@ -218,8 +219,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-%(version)s/tools/tensorboard-2.11.1-jupyter.fix'] + moduleclass = 'lib' -- GitLab