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:
parent
c59d2d5b1c
commit
c5e0270ef0
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user