Skip to content
Snippets Groups Projects
Commit 16099d17 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Hook: Add Lmod conflict for side compilers

parent 67b7676d
Branches
No related tags found
No related merge requests found
......@@ -298,6 +298,7 @@ def tweak_moduleclass(ec):
def tweak_module_conflict_side_compilers(ec):
ec_dict = ec.asdict()
if ec['name'] in SIDECOMPILERS:
key = "modluafooter"
value = 'conflict(%s)' % ','.join('"'+x+'"' for x in SIDECOMPILERS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment