mfem: fix for mpich@4 (#29913)
This commit is contained in:
parent
beff697cc0
commit
5283ca5781
@ -198,6 +198,9 @@ class Mfem(Package, CudaPackage, ROCmPackage):
|
||||
conflicts('+pumi', when='~mpi')
|
||||
conflicts('timer=mpi', when='~mpi')
|
||||
|
||||
# See https://github.com/mfem/mfem/issues/2957
|
||||
conflicts('^mpich@4:', when='+mpi')
|
||||
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('hypre@2.10.0:2.13', when='@:3.3+mpi')
|
||||
depends_on('hypre@:2.20.0', when='@3.4:4.2+mpi')
|
||||
|
Loading…
Reference in New Issue
Block a user