libceed: Update the hip-related variant (#24142)

This commit is contained in:
Tamara Dahlgren
2021-06-04 12:45:10 -07:00
committed by GitHub
parent 13978d68ea
commit 5c37db5db3

View File

@@ -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')