Translate Lua modulefiles to Tcl and define default version with .version file - #2680
Translate Lua modulefiles to Tcl and define default version with .version file#2680xdelaruelle wants to merge 2 commits into
.version file#2680Conversation
|
Thanks. I think this might be one of the first PR I will be looking at and testing. |
📦 Package Count Analysis ResultsEnvironment: UBI 10 Container 🏭 Factory RepositoriesStatus: ✅ Factory repositories analysis completed successfully
Analysis performed by OpenHPC Package Count CI |
06e24c9 to
13e1faa
Compare
|
This probably needs to be split in smaller PRs. The GCC rebuild usually takes almost as long as GitHub Actions allows it. So it probably will not finish. |
If I do a specific PR for GCC and another for the other packages, do you think it will be ok? |
Yes, that should work. Only trilinos would be a problem as it takes forever to build. |
🚀 CCache Statistics
📊 Detailed StatisticsopenEuler (aarch64)openEuler (x86_64)RHEL (aarch64/gnu15)RHEL (x86_64/gnu15)RHEL (x86_64/intel)🤖 Generated from workflow run |
It seems it was able to finish. So is it still worth to split in 2 PRs? openEuler job seems to fail on something else. Should I patch something? |
13e1faa to
27f828f
Compare
I propose #2692 to fix the openEuler build issue with plasma. Rebased this PR on the other |
Translate the 5 existing Lua modulefiles into Tcl to harmonize all OpenHPC modulefiles in this language. This change is part of the preparatory work for the addition of Environment Modules (openhpc#2470) Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
Change the 6 existing "default" symlink into Tcl ".version" modulerc files to harmonize the way module default version are defined in all OpenHPC packages. This change is part of the preparatory work for the addition of Environment Modules (openhpc#2470) Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
27f828f to
af5b573
Compare
|
So, CI is happy, good. I would like to have one more discussion in the TSC before starting to merge your PRs. The next meeting is probably on 2026-09-16. From my side it looks ready. We already agreed in the TSC that it would be a good addition for OpenHPC but let's have one more round in the TSC next week. |
Translate the 5 existing Lua modulefiles into Tcl to harmonize all OpenHPC modulefiles in this language.
Change the 6 existing
defaultsymlink into Tcl.versionmodulerc files to harmonize the way module default version are defined in all OpenHPC packages.This change is part of the preparatory work for the addition of Environment Modules (#2470)