Skip to content
Merged
Changes from all commits
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
12 changes: 12 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,18 @@ 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.
# SurfaceArrayNavigationPolicy explicit destructor for incomplete-type fix (landed in v45.4)
patch(
"https://github.com/acts-project/acts/pull/5192.patch?full_index=1",
sha256="36726a66e3186ce26b8897e4db73901352c6f590787e54cf9d48848a3dfac204",
when="@45.2:45.3",
)

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