dd4hep: extend conflict on CMake (#27125)
This commit is contained in:
parent
ce9f8143cc
commit
ebc24b7063
1 changed files with 3 additions and 3 deletions
|
@ -156,10 +156,10 @@ class Dd4hep(CMakePackage):
|
||||||
depends_on("podio@0.16:", when="@1.24: +edm4hep")
|
depends_on("podio@0.16:", when="@1.24: +edm4hep")
|
||||||
depends_on("py-pytest", type=("build", "test"))
|
depends_on("py-pytest", type=("build", "test"))
|
||||||
|
|
||||||
# See https://github.com/AIDASoft/DD4hep/pull/771
|
# See https://github.com/AIDASoft/DD4hep/pull/771 and https://github.com/AIDASoft/DD4hep/pull/876
|
||||||
conflicts(
|
conflicts(
|
||||||
"^cmake@3.16:3.17.0",
|
"^cmake@3.16:3.17.2",
|
||||||
when="@1.15",
|
when="@1.15:1.18",
|
||||||
msg="cmake version with buggy FindPython breaks dd4hep cmake config",
|
msg="cmake version with buggy FindPython breaks dd4hep cmake config",
|
||||||
)
|
)
|
||||||
conflicts("~ddrec+dddetectors", msg="Need to enable +ddrec to build +dddetectors.")
|
conflicts("~ddrec+dddetectors", msg="Need to enable +ddrec to build +dddetectors.")
|
||||||
|
|
Loading…
Reference in a new issue