amr-wind: Fix hypre dependency. (#29504)
This commit is contained in:
parent
7f03724db2
commit
8a754ad502
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue