Skip to content

Commit eca1370

Browse files
root: Add +spectrum variant to enable TSpectrum (#19971)
1 parent b1dc3e7 commit eca1370

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

var/spack/repos/builtin/packages/root/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ class Root(CMakePackage):
142142
description='Enable ROOT 7 support')
143143
variant('shadow', default=False,
144144
description='Enable shadow password support')
145+
variant('spectrum', default=False,
146+
description='Enable support for TSpectrum')
145147
variant('sqlite', default=False,
146148
description='Enable SQLite support')
147149
variant('ssl', default=False,
@@ -393,6 +395,7 @@ def cmake_args(self):
393395
define('ruby', False),
394396
define('sapdb', False),
395397
define_from_variant('shadowpw', 'shadow'),
398+
define_from_variant('spectrum'),
396399
define_from_variant('sqlite'),
397400
define('srp', False),
398401
define_from_variant('ssl'),

0 commit comments

Comments
 (0)