Skip to content
Snippets Groups Projects
Unverified Commit cad21d6e authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by GitHub
Browse files

lmod: change variant defaults to match Lmod's defaults (#17770)

parent a212bb05
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ class Lmod(AutotoolsPackage):
depends_on('lua-luafilesystem', type=('build', 'run'))
depends_on('tcl', type=('build', 'link', 'run'))
variant('auto_swap', default=False, description='Enable auto swapping conflicting modules')
variant('redirect', default=True, description='Enables redirect instead of pager')
variant('auto_swap', default=True, description='Auto swapping of compilers, etc.')
variant('redirect', default=False, description='Redirect messages to stdout (instead of stderr)')
patch('fix_tclsh_paths.patch', when='@:6.4.3')
patch('0001-fix-problem-with-MODULESHOME-and-issue-271.patch', when='@7.3.28:7.4.10')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment