Skip to content

Commit

Permalink
dd4hep: backport PR1142 into 1.25.1 (#498)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This backports AIDASoft/DD4hep#1142 into our 1.25.1 release.

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [x] Changes have been communicated to collaborators @simonge 

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc authored Jul 17, 2023
1 parent 676f3b0 commit 11e30f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/dd4hep/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class Dd4hep(BuiltinDd4hep):
sha256="8a71caf957a4b0ecb05a2fc5e39265e79e0af0d98e89b75406957815442c7b30",
when="@1.25.1",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1074.patch?full_index=1",
sha256="1c0737cc941995c4f28591ac34b5007e8b3b23f7d54251d8db277e9aff8da411",
when="@1.25.1",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1080.patch?full_index=1",
sha256="2dde47795f8534fcbfb9454b3b729a5a758e2dc90b6bd9f5f8bdc8940e2da0f7",
Expand Down Expand Up @@ -73,6 +78,11 @@ def setup_dependent_build_environment(self, env, dependent_spec):
sha256="5a0ed96babc56d01663f157e50455a746bba63a4a7f27779325fa5e097cf7bb5",
when="@:1.25.1",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1142.patch?full_index=1",
sha256="12bca1354871caad6f6d86710ad926a44d3a8e4090f15b41e98a5c09faabf0de",
when="@:1.25.1",
)
patch(
"https://github.com/AIDASoft/DD4hep/commit/8693a29669d03dec5e06b61e6df7cc0df1e0aa5c.patch",
sha256="28fb1c17eb1c06c24b304511308fd3b0af708f2ba3aec3e4cb13d7da6abbc51c",
Expand Down

0 comments on commit 11e30f9

Please sign in to comment.