Skip to content

Commit

Permalink
Merge pull request #4648 from boegel/LMOD_TERSE_DECORATIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Sep 21, 2024
2 parents bf0af10 + 5e7531e commit 9ff6dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/tools/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@ def __init__(self, *args, **kwargs):
setvar('LMOD_REDIRECT', 'no', verbose=False)
# disable extended defaults within Lmod (introduced and set as default in Lmod 8.0.7)
setvar('LMOD_EXTENDED_DEFAULT', 'no', verbose=False)
# disabled decorations in "ml --terse avail" output
# (introduced in Lmod 8.8, see also https://github.com/TACC/Lmod/issues/690)
setvar('LMOD_TERSE_DECORATIONS', 'no', verbose=False)

super(Lmod, self).__init__(*args, **kwargs)
version = StrictVersion(self.version)
Expand Down

0 comments on commit 9ff6dac

Please sign in to comment.