podio: +rntuple requires root +root7 (#43672)

This commit is contained in:
Wouter Deconinck 2024-04-16 11:27:07 -05:00 committed by GitHub
parent 53257408a3
commit 6502785908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ class Podio(CMakePackage):
patch("python-tests.patch", when="@:0.14.0")
depends_on("root@6.08.06: cxxstd=17", when="cxxstd=17")
depends_on("root@6.28.04:", when="+rntuple")
depends_on("root@6.28.04: +root7", when="+rntuple")
depends_on("root@6.28:", when="@0.17:")
for cxxstd in ("17", "20"):
depends_on("root cxxstd={}".format(cxxstd), when="cxxstd={}".format(cxxstd))