Skip to content

Commit

Permalink
dd4hep: patch 1.27 with PR 1190 (DDEve icon path) (#586)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This backports AIDASoft/DD4hep#1190.
  • Loading branch information
wdconinc authored Nov 19, 2023
1 parent f409a39 commit bec2fbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dd4hep/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
class Dd4hep(BuiltinDd4hep):
variant("frames", default=True, description="Use podio frames", when="@1.25.1")
variant("frames", default=True, description="Use podio frames", when="@1.24")
patch(
"https://github.com/AIDASoft/DD4hep/pull/1190.diff?full_index=1",
sha256="d6273e4f0367f72b9572b337338d1269a154b948b72f31ff69ad62f850e0d4ac",
when="@=1.27",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1157/commits/1c79b1492373dd66b17ea2530a63ec434396afa9.patch?full_index=1",
sha256="e544cc11c7e1ac9ccacf6688f3d966e912b1a2e1a7460f7c16212a0a4df5b05e",
Expand Down

0 comments on commit bec2fbb

Please sign in to comment.