lmod: change variant defaults to match Lmod's defaults (#17770)
This commit is contained in:
parent
a212bb0577
commit
cad21d6eb1
@ -46,8 +46,8 @@ class Lmod(AutotoolsPackage):
|
|||||||
depends_on('lua-luafilesystem', type=('build', 'run'))
|
depends_on('lua-luafilesystem', type=('build', 'run'))
|
||||||
depends_on('tcl', type=('build', 'link', 'run'))
|
depends_on('tcl', type=('build', 'link', 'run'))
|
||||||
|
|
||||||
variant('auto_swap', default=False, description='Enable auto swapping conflicting modules')
|
variant('auto_swap', default=True, description='Auto swapping of compilers, etc.')
|
||||||
variant('redirect', default=True, description='Enables redirect instead of pager')
|
variant('redirect', default=False, description='Redirect messages to stdout (instead of stderr)')
|
||||||
|
|
||||||
patch('fix_tclsh_paths.patch', when='@:6.4.3')
|
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')
|
patch('0001-fix-problem-with-MODULESHOME-and-issue-271.patch', when='@7.3.28:7.4.10')
|
||||||
|
Loading…
Reference in New Issue
Block a user