Skip to content

Conversation

@ocaisa
Copy link
Member

@ocaisa ocaisa commented Jan 21, 2026

Also reverse the order on toolchain_family (so that it is like 2023a_foss rather than foss_2023a) to help ordering.

Also include minimal extension information directly alongside software.

Fix some bugs as well.

for version in all_software_information[software]["versions"]:
if toolchain_family in version["toolchain_families_compatibility"]:
reference_version = version
break
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should break here once we have a hit since we want the most recent version.

"name": file_metadata["name"],
"version": file_metadata["version"],
"version": file_metadata["versionsuffix"],
"versionsuffix": file_metadata["versionsuffix"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nasty little bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants