Alexander Grund
Alexander Grund
> We could workaround that by loading any SYSTEM module BEFORE the toolchain... I like that solution. Might need some work in framework but I can't see this causing issues,...
- Using `module load` the module is either swapped or an error is shown depending on how LMod was configured, @boegel recently had that issue somewhere - Using `module swap`...
Did a full rebase to make the commits easier to read in EB 5.x
Seems using libstdc++ 12 and up requires Clang 15. Using libstdc++ 11 works also locally. I'd say the test still makes sense to find potential regressions with the unicode char...
@boegel Anything missing here? This is a CI test change only so shouldn't cause any regressions for users (but actually helps avoiding them)
Retargeted 5.0x
Done. Tests pass
@boegel Rebased this again and extended to checking the resolved values as well as one instance used `/lib/python%s...' % local_pyshortver` which will now be caught too Can this be merged...
Rebased. Trivial merge conflict after a cleanup of a condition