Skip to content
Snippets Groups Projects
Commit 3eb1a022 authored by iarspider's avatar iarspider Committed by Adam J. Stewart
Browse files

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

parent 70e43773
Branches
Tags
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment