Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update policy on supported toolchains (2024a) #280

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions docs/policies/toolchains.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ collection is added via the [robot search path][robot_search_path].

## Current situation

As of December 2023 (EasyBuild 4.9.0) the latest toolchain generation is `2023b`.

* Supported: 2023b, 2023a, 2022b, 2022a, 2021b, 2021a
* Deprecated: 2020b (GCC 10.2.0), 2020a (GCC 9.3.0)
* Archived (and unsupported): 2019b (GCC 8.3.0), and older
As of September 2024 (EasyBuild 4.9.4) the latest toolchain generation is `2024a`.

* Supported:
* 2024a (GCC 13.3.0)
* 2023b (GCC 13.2.0)
* 2023a (GCC 12.3.0)
* 2022b (GCC 12.2.0)
* 2022a (GCC 11.3.0)
* 2021b (GCC 11.2.0)
* Deprecated: 2021a (GCC 10.3.0), 2020b (GCC 10.2.0)
* Archived (and unsupported): 2020a (GCC 9.3.0), and older
Loading