dd4hep: depends_on root +webgui when +ddeve ^root @6.28: (#35624)

This commit is contained in:
Wouter Deconinck 2023-03-01 07:13:50 -06:00 committed by GitHub
parent 513ff34e66
commit ab999d5af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,10 @@ class Dd4hep(CMakePackage):
depends_on("boost +iostreams", when="+ddg4")
depends_on("boost +system +filesystem", when="%gcc@:7")
depends_on("root @6.08: +gdml +math +python")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+ddeve")
with when("+ddeve"):
depends_on("root @6.08: +x +opengl")
depends_on("root +webgui", when="^root@6.28:")
depends_on("root @:6.27", when="@:1.23")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps")
extends("python")