nalu-wind: fix hypre constraints (#47474)
This commit is contained in:
parent
8f4a0718bf
commit
57a90c91a4
@ -93,16 +93,16 @@ class NaluWind(CMakePackage, CudaPackage, ROCmPackage):
|
||||
when="+cuda cuda_arch={0}".format(_arch),
|
||||
)
|
||||
depends_on(
|
||||
"hypre@develop +mpi+cuda~int64~superlu-dist cuda_arch={0}".format(_arch),
|
||||
"hypre@2.30.0: +cuda cuda_arch={0}".format(_arch),
|
||||
when="+hypre+cuda cuda_arch={0}".format(_arch),
|
||||
)
|
||||
for _arch in ROCmPackage.amdgpu_targets:
|
||||
depends_on(
|
||||
"trilinos@13.4: ~shared+rocm+rocm_rdc amdgpu_target={0}".format(_arch),
|
||||
"trilinos~shared+rocm+rocm_rdc amdgpu_target={0}".format(_arch),
|
||||
when="+rocm amdgpu_target={0}".format(_arch),
|
||||
)
|
||||
depends_on(
|
||||
"hypre+rocm amdgpu_target={0}".format(_arch),
|
||||
"hypre@2.30.0: +rocm amdgpu_target={0}".format(_arch),
|
||||
when="+hypre+rocm amdgpu_target={0}".format(_arch),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user