Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions spack_repo/eic/packages/acts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ def __init__(self, spec):
sha256="bee084dd48b596312642c4c815d183c018b4a37735bc8f331a7b8cb3f50a269c",
when="@45.2:46.2",
)
# ExtentEnvelope::set() chain method, required by PR #5193 (landed in v46.0)
patch(
"https://github.com/acts-project/acts/pull/5244.patch?full_index=1",
sha256="3238f9c162a50c0579f2bd45fd242b36e8fd28b59c23ace7fa429f741a5cc84b",
when="@45.2:45",
Comment thread
wdconinc marked this conversation as resolved.
)
Comment thread
wdconinc marked this conversation as resolved.

# Use template<holder_t> for PodioTrack(State)Container
patch(
Expand Down
Loading