Fix ROOT dependencies (for +r variant) (#13839)

This commit is contained in:
iarspider 2019-11-25 20:02:03 +01:00 committed by Adam J. Stewart
parent 70e4377348
commit 3eb1a0226d

View File

@ -243,8 +243,8 @@ class Root(CMakePackage):
# depends_on('pythia@8:8.999', when='+pythia8') - not supported on Spack
depends_on('python@2.7:', when='+python', type=('build', 'run'))
depends_on('r', when='+r', type=('build', 'run'))
depends_on('r-cpp', when='+r', type=('build', 'run'))
depends_on('r-inside', 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('shadow', when='+shadow')
depends_on('sqlite', when='+sqlite')
depends_on('tbb', when='+tbb')