Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78213ae commit 1841c67Copy full SHA for 1841c67
1 file changed
scripts/generate_data_files.py
@@ -263,6 +263,7 @@ def merge_dicts(d1, d2):
263
264
# Store the toolchain hierarchies supported by the EESSI version
265
eessi_software["eessi_version"][eessi_version]["toolchain_hierarchy"] = {}
266
+ # RISC-V versions have a stub like -001 at the end, make sure to drop it
267
for top_level_toolchain in EESSI_SUPPORTED_TOP_LEVEL_TOOLCHAINS[eessi_version.split("-")[0]]:
268
# versions are typically 2024a/2024b etc. for top level toolchains
269
# so let's use that to make sorting easy
0 commit comments