From 1a71bb046e45100c64da13c05f54f028fc67bfde Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 11 Feb 2025 00:40:37 -0600 Subject: [PATCH] rivet: patch missing header in 3.1.10 (#48977) --- var/spack/repos/builtin/packages/rivet/package.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/var/spack/repos/builtin/packages/rivet/package.py b/var/spack/repos/builtin/packages/rivet/package.py index a95ba02b322..cdaeae5efd1 100644 --- a/var/spack/repos/builtin/packages/rivet/package.py +++ b/var/spack/repos/builtin/packages/rivet/package.py @@ -104,6 +104,12 @@ class Rivet(AutotoolsPackage): filter_compiler_wrappers("rivet-build", relative_root="bin") + # fix missing header in 3.1.10 + patch( + "https://gitlab.com/hepcedar/rivet/-/merge_requests/800.diff", + sha256="9ff3429f20a4497d100627551c75a6b76dd8666d40fb5e21fdc83df4e539a6b5", + when="@3.1.10", + ) # fix missing headers in 4.0.x patch( "https://gitlab.com/hepcedar/rivet/-/merge_requests/973.diff",