amr-wind: does not require hypre with unified memory any longer. (#29799)

This commit is contained in:
Jon Rood 2022-03-30 21:56:30 -06:00 committed by GitHub
parent c9054a66af
commit 768c35dd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class AmrWind(CMakePackage, CudaPackage, ROCmPackage):
depends_on('hypre~int64+shared@2.20.0:', when='+hypre')
depends_on('hypre+mpi', when='+hypre+mpi')
for arch in CudaPackage.cuda_arch_values:
depends_on('hypre+unified-memory+cuda cuda_arch=%s' % arch,
depends_on('hypre+cuda cuda_arch=%s' % arch,
when='+cuda+hypre cuda_arch=%s' % arch)
for arch in ROCmPackage.amdgpu_targets:
depends_on('hypre+rocm amdgpu_target=%s' % arch,