amr-wind: Fix hypre dependency. (#29504)

This commit is contained in:
Jon Rood 2022-03-14 19:10:21 -06:00 committed by GitHub
parent 7f03724db2
commit 8a754ad502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ class AmrWind(CMakePackage, CudaPackage, ROCmPackage):
description='Activate regression tests')
depends_on('hypre~int64+shared@2.20.0:', when='+hypre')
depends_on('hypre+mpi', when='+mpi')
depends_on('hypre+mpi', when='+hypre+mpi')
for arch in CudaPackage.cuda_arch_values:
depends_on('hypre+unified-memory+cuda cuda_arch=%s' % arch,
when='+cuda+hypre cuda_arch=%s' % arch)