
committed by
Todd Gamblin

parent
0cf406d7b6
commit
6a9052bd4d
@@ -45,8 +45,19 @@ class Matlab(Package):
|
||||
|
||||
version('R2016b', 'b0e0b688894282139fa787b5a86a5cf7')
|
||||
|
||||
variant('mode', default='interactive', description='Installation mode (interactive, silent, or automated)')
|
||||
variant('key', default='', description='The file installation key to use')
|
||||
variant(
|
||||
'mode',
|
||||
default='interactive',
|
||||
values=('interactive', 'silent', 'automated'),
|
||||
description='Installation mode (interactive, silent, or automated)'
|
||||
)
|
||||
|
||||
variant(
|
||||
'key',
|
||||
default='',
|
||||
values=lambda x: True, # Anything goes as a key
|
||||
description='The file installation key to use'
|
||||
)
|
||||
|
||||
# Licensing
|
||||
license_required = True
|
||||
|
Reference in New Issue
Block a user