Skip to content

Commit

Permalink
dd4hep: patch PR1081 (#491)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Backports AIDASoft/DD4hep#1081 which includes
the fix for excessive debugging output from the user limits code in
AIDASoft/DD4hep#1080.
  • Loading branch information
wdconinc authored Jul 7, 2023
1 parent 4e18bc1 commit 76e2628
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 @@ -58,6 +58,11 @@ def setup_run_environment(self, env):
def setup_dependent_build_environment(self, env, dependent_spec):
super().setup_dependent_build_environment(env, dependent_spec)
env.set("CXXFLAGS", "-DDD4HEP_FIELD_TYPE_OVERRIDE=field_type")
patch(
"https://github.com/AIDASoft/DD4hep/pull/1081.patch?full_index=1",
sha256="07522f7fac0fc38513cb08b663ef7425936e940c55f277eb2112916b194f5a68",
when="@1.25.1",
)
patch(
"https://github.com/AIDASoft/DD4hep/pull/1105.patch?full_index=1",
sha256="bcfa71a74368034818ff4810cd5738a13fc56d1d49742b19abe7397de1531596",
Expand Down

0 comments on commit 76e2628

Please sign in to comment.