We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dc3e7 commit eca1370Copy full SHA for eca1370
var/spack/repos/builtin/packages/root/package.py
@@ -142,6 +142,8 @@ class Root(CMakePackage):
142
description='Enable ROOT 7 support')
143
variant('shadow', default=False,
144
description='Enable shadow password support')
145
+ variant('spectrum', default=False,
146
+ description='Enable support for TSpectrum')
147
variant('sqlite', default=False,
148
description='Enable SQLite support')
149
variant('ssl', default=False,
@@ -393,6 +395,7 @@ def cmake_args(self):
393
395
define('ruby', False),
394
396
define('sapdb', False),
397
define_from_variant('shadowpw', 'shadow'),
398
+ define_from_variant('spectrum'),
399
define_from_variant('sqlite'),
400
define('srp', False),
401
define_from_variant('ssl'),
0 commit comments