summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2021-06-04 12:45:10 -0700
committerGitHub <noreply@github.com>2021-06-04 12:45:10 -0700
commit5c37db5db3ae0e8cf9d21a7224bc034878f7807f (patch)
tree8544aebd5c98e68b4a0da3136b6f9650f5db3eb2 /var
parent13978d68ea9dec94b5faf986326292d41231c477 (diff)
downloadspack-5c37db5db3ae0e8cf9d21a7224bc034878f7807f.tar.gz
spack-5c37db5db3ae0e8cf9d21a7224bc034878f7807f.tar.bz2
spack-5c37db5db3ae0e8cf9d21a7224bc034878f7807f.tar.xz
spack-5c37db5db3ae0e8cf9d21a7224bc034878f7807f.zip
libceed: Update the hip-related variant (#24142)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libceed/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libceed/package.py b/var/spack/repos/builtin/packages/libceed/package.py
index d94d13059b..9e7ab4c45e 100644
--- a/var/spack/repos/builtin/packages/libceed/package.py
+++ b/var/spack/repos/builtin/packages/libceed/package.py
@@ -30,7 +30,7 @@ class Libceed(Package, CudaPackage, ROCmPackage):
conflicts('+libxsmm', when='@:0.2')
conflicts('+magma', when='@:0.5')
- conflicts('+hip', when='@:0.6')
+ conflicts('+rocm', when='@:0.6')
depends_on('cuda', when='+cuda')
depends_on('hip@3.8.0', when='@0.7:0.7.99+rocm')