root: depends_on r-rcpp@:1.0.12 when @:6.32.02 (#48625)

This commit is contained in:
Wouter Deconinck 2025-01-20 02:05:55 -06:00 committed by GitHub
parent 05fbbd7164
commit 7dc6bff7b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -385,6 +385,7 @@ class Root(CMakePackage):
depends_on("pythia8", when="+pythia8")
depends_on("r", when="+r", type=("build", "run"))
depends_on("r-rcpp", when="+r", type=("build", "run"))
depends_on("r-rcpp@:1.0.12", when="+r @:6.32.02", type=("build", "run"))
depends_on("r-rinside", when="+r", type=("build", "run"))
depends_on("readline", when="+r")
depends_on("shadow", when="+shadow")