Skip to content

Commit

Permalink
dd4hep: mark conflict with [email protected]: (spack#45855)
Browse files Browse the repository at this point in the history
dd4hep versions up to and including 1.27 had a conflict with root
versions starting from 6.31.1, as shown in
AIDASoft/DD4hep#1210. This PR explicitly adds
that conflict to the spec.
  • Loading branch information
stephenswat authored and mvlopri committed Sep 4, 2024
1 parent 1085fc0 commit e1d6bbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/dd4hep/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("^[email protected]:", when="@:1.27")

@property
def libs(self):
# We need to override libs here, because we don't build a libdd4hep so
Expand Down

0 comments on commit e1d6bbf

Please sign in to comment.