[root] fix cmake args for r variant (#17487)
* [root] fix cmake args for r variant * [root] add readline dependency to +r
This commit is contained in:
parent
d25c7ddd6f
commit
f42dc4fa4d
1 changed files with 2 additions and 1 deletions
|
@ -235,6 +235,7 @@ class Root(CMakePackage):
|
|||
depends_on('r', when='+r', type=('build', 'run'))
|
||||
depends_on('r-rcpp', when='+r', type=('build', 'run'))
|
||||
depends_on('r-rinside', when='+r', type=('build', 'run'))
|
||||
depends_on('readline', when='+r')
|
||||
depends_on('shadow', when='+shadow')
|
||||
depends_on('sqlite', when='+sqlite')
|
||||
depends_on('tbb', when='+tbb')
|
||||
|
@ -381,7 +382,7 @@ def cmake_args(self):
|
|||
['pythia8'],
|
||||
['qt', 'qt4'], # See conflicts
|
||||
['qtgsi', 'qt4'], # See conflicts
|
||||
['r', 'R'],
|
||||
['r', 'r'],
|
||||
['rfio', False],
|
||||
['roofit'],
|
||||
['root7'], # See conflicts
|
||||
|
|
Loading…
Reference in a new issue