dd4hep: remove self-referential dependencies (#42483)

This shouldn't be an issue, but express the self-reference
with a conflict.
This commit is contained in:
Massimiliano Culpo 2024-02-09 15:13:00 +01:00 committed by GitHub
parent c59d2d5b1c
commit c5e0270ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,8 +162,8 @@ class Dd4hep(CMakePackage):
depends_on("root @6.08: +gdml +math +python") depends_on("root @6.08: +gdml +math +python")
with when("+ddeve"): with when("+ddeve"):
depends_on("root @6.08: +x +opengl") 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.27", when="@:1.23")
conflicts("^root ~webgui", when="^root@6.28:")
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps") depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps")
extends("python") extends("python")