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

This commit is contained in:
Massimiliano Culpo 2020-07-29 19:35:46 +02:00 committed by GitHub
parent a212bb0577
commit cad21d6eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')