From 69c87f209231a4469255f6c22148e288a7716c68 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 22 Oct 2023 13:45:23 +0200 Subject: [PATCH 1/3] stick to 2023a for now in toolchain support policy --- docs/policies/toolchains.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/policies/toolchains.md b/docs/policies/toolchains.md index 69fc9e086..f411c0725 100644 --- a/docs/policies/toolchains.md +++ b/docs/policies/toolchains.md @@ -25,9 +25,9 @@ collection is added via the [robot search path][robot_search_path]. ## Example -As of November 2023 the latest toolchain generation is `2023b`. +As of July 2023 (EasyBuild 4.8.0) the latest toolchain generation is `2023a`. -* Supported: 2023b, 2023a, 2022b, 2022a, 2021b, 2021a -* Deprecated: 2020b and 2020a -* Archived (and unsupported): 2019b and older +* Supported: 2023a, 2022b, 2022a, 2021b, 2021a, 2020b +* Deprecated: 2020a, 2019b +* Archived (and unsupported): 2019a and older From 9e9ac8819fc6773b755e3ebd9fe6716597915947 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 22 Oct 2023 13:47:17 +0200 Subject: [PATCH 2/3] don't link toolchain support policy to EasyBuild 5.0 --- docs/policies/toolchains.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/policies/toolchains.md b/docs/policies/toolchains.md index f411c0725..fd880bd44 100644 --- a/docs/policies/toolchains.md +++ b/docs/policies/toolchains.md @@ -1,8 +1,5 @@ # Supported Toolchain Generations Policy {: #policy_toolchains } -!!! note - This policy will be implemented as part of the release of [EasyBuild 5.0][overview] - For the central EasyBuild repositories, we support a set of toolchain generations. * Accept PRs only for the 6 most recent toolchain generations. From 0ae34515031cc028810e7ea98433f302b5755073 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 22 Oct 2023 15:37:35 +0200 Subject: [PATCH 3/3] also mention GCC version in 'Current situation' subsection of toolchain support policy --- docs/policies/toolchains.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/policies/toolchains.md b/docs/policies/toolchains.md index fd880bd44..9eeee3d89 100644 --- a/docs/policies/toolchains.md +++ b/docs/policies/toolchains.md @@ -20,11 +20,10 @@ exceptions, but we aim to keep these limited.) Sites and users can then supplement these easyconfigs via there own collection of easyconfigs. This additional collection is added via the [robot search path][robot_search_path]. -## Example +## Current situation As of July 2023 (EasyBuild 4.8.0) the latest toolchain generation is `2023a`. * Supported: 2023a, 2022b, 2022a, 2021b, 2021a, 2020b -* Deprecated: 2020a, 2019b -* Archived (and unsupported): 2019a and older - +* Deprecated: 2020a (GCC 9.3.0), 2019b (GCC 8.3.0) +* Archived (and unsupported): 2019a (GCC 8.2.0), and older