Skip to content

Commit

Permalink
DD4hep: add patch block for pull #1365, i.e. "CartesianGridUV" needed…
Browse files Browse the repository at this point in the history
… by OuterMPGDBarrel.
  • Loading branch information
ybedfer committed Dec 11, 2024
1 parent 5bda4ce commit 66a34f3
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/1365.diff?full_index=1",
sha256="fe28edb4059647e4f18141d08f7ba8470b5e99dc03048d4faf404170285d89fd",
when="@=1.29",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1294.diff?full_index=1",
sha256="252579cceb1f66edc20e4e14b3390d2b8ec231450aad0f9e1d3c585e34284a1c",
Expand Down

0 comments on commit 66a34f3

Please sign in to comment.