From 32760e2885ba4f5246f9e942a2bfeda7d16f132a Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 5 Mar 2025 07:13:19 -0800 Subject: [PATCH] sundials: expand patch when rule (#49296) --- var/spack/repos/builtin/packages/sundials/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/sundials/package.py b/var/spack/repos/builtin/packages/sundials/package.py index 6be5f9e76eb..f22d727697a 100644 --- a/var/spack/repos/builtin/packages/sundials/package.py +++ b/var/spack/repos/builtin/packages/sundials/package.py @@ -288,7 +288,7 @@ class Sundials(CMakePackage, CudaPackage, ROCmPackage): # ========================================================================== # https://github.com/LLNL/sundials/pull/434 # https://github.com/LLNL/sundials/pull/437 - patch("sundials-hip-platform.patch", when="@7.0.0 +rocm") + patch("sundials-hip-platform.patch", when="@6.7.0:7.0.0 +rocm") # https://github.com/spack/spack/issues/29526 patch("nvector-pic.patch", when="@6.1.0:6.2.0 +rocm")