dd4hep: depends_on root +webgui when +ddeve ^root @6.28: (#35624)
This commit is contained in:
parent
513ff34e66
commit
ab999d5af9
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue