From 49954015e49d5f1a1c6e3c37e64244ebae6b24a6 Mon Sep 17 00:00:00 2001 From: Taras Lazariv Date: Tue, 5 Mar 2024 21:12:05 +0100 Subject: [PATCH] Add toolchain foss/2023b --- framework.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework.py b/framework.py index b456342..26c7259 100755 --- a/framework.py +++ b/framework.py @@ -210,6 +210,7 @@ def build_dep_filename(self, eb, dep): ['foss-2021b', 'GCCcore-11.2.0', 'GCC-11.2.0', 'gompi-2021b'], ['foss-2022b', 'GCCcore-12.2.0', 'GCC-12.2.0', 'gompi-2022b', 'gfbf-2022b'], ['foss-2023a', 'GCCcore-12.3.0', 'GCC-12.3.0', 'gompi-2023a', 'gfbf-2023a'], + ['foss-2023b', 'GCCcore-13.2.0', 'GCC-13.2.0', 'gompi-2023b', 'gfbf-2023b'], ] tc_versions = { '8.2.0': toolchains[0], '2019a': toolchains[0], @@ -220,6 +221,7 @@ def build_dep_filename(self, eb, dep): '11.2.0': toolchains[5], '2021b': toolchains[5], '12.2.0': toolchains[6], '2022b': toolchains[6], '12.3.0': toolchains[7], '2023a': toolchains[7], + '13.2.0': toolchains[8], '2023b': toolchains[8], } prefix = dep[0] + '-' + dep[1] tc_version = self.toolchain['version']