dd4hep: mark conflict with root@6.31.1: (#45855)

dd4hep versions up to and including 1.27 had a conflict with root
versions starting from 6.31.1, as shown in
https://github.com/AIDASoft/DD4hep/issues/1210. This PR explicitly adds
that conflict to the spec.
This commit is contained in:
Stephen Nicholas Swatman 2024-09-01 17:54:20 +02:00 committed by GitHub
parent fd98ebed9d
commit 395491815a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,9 @@ class Dd4hep(CMakePackage):
# See https://github.com/AIDASoft/DD4hep/pull/1191
conflicts("^geant4 cxxstd=11", when="+ddg4")
# See https://github.com/AIDASoft/DD4hep/issues/1210
conflicts("^root@6.31.1:", when="@:1.27")
@property
def libs(self):
# We need to override libs here, because we don't build a libdd4hep so