summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenjithravindrankannath <94420380+renjithravindrankannath@users.noreply.github.com>2023-03-31 09:14:04 -0700
committerGitHub <noreply@github.com>2023-03-31 18:14:04 +0200
commit7bb64b526fd8abc2713fb728fd55c1e32eff1e2c (patch)
treed5a928f8bcc1f4e809320f614496379b59c5f89d
parent4f42092f4f72c4e893a729364def69eb2ea6eb02 (diff)
downloadspack-7bb64b526fd8abc2713fb728fd55c1e32eff1e2c.tar.gz
spack-7bb64b526fd8abc2713fb728fd55c1e32eff1e2c.tar.bz2
spack-7bb64b526fd8abc2713fb728fd55c1e32eff1e2c.tar.xz
spack-7bb64b526fd8abc2713fb728fd55c1e32eff1e2c.zip
rocsparse: exclude v5.4 from being patched (#36571)
-rw-r--r--var/spack/repos/builtin/packages/rocsparse/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/rocsparse/package.py b/var/spack/repos/builtin/packages/rocsparse/package.py
index 1d7088ac56..ec41e97d27 100644
--- a/var/spack/repos/builtin/packages/rocsparse/package.py
+++ b/var/spack/repos/builtin/packages/rocsparse/package.py
@@ -146,9 +146,9 @@ class Rocsparse(CMakePackage):
depends_on("rocm-cmake@%s:" % ver, type="build", when="@" + ver)
# Add option so Spack can manage downloaded test matricies as resources.
- patch("0001-set-mtx-directory.patch", when="@4.5.0: +test")
+ patch("0001-set-mtx-directory.patch", when="@4.5.0:5.3 +test")
# Enable use of Spack-provided Python.
- patch("0002-fix-gentest-shebang.patch", when="@4.5.0: +test")
+ patch("0002-fix-gentest-shebang.patch", when="@4.5.0:5.3 +test")
# Fix build for most Radeon 5000 and Radeon 6000 series GPUs.
patch("0003-fix-navi-1x-rocm-4.5.patch", when="@4.5.0:5.1")
patch("0003-fix-navi-1x-rocm-5.2.patch", when="@5.2")