[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:
vvolkl 2020-07-15 19:04:05 +02:00 committed by GitHub
parent d25c7ddd6f
commit f42dc4fa4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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