mfem: fix for mpich@4 (#29913)

This commit is contained in:
Harmen Stoppels 2022-04-06 17:07:24 +02:00 committed by GitHub
parent beff697cc0
commit 5283ca5781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,9 @@ class Mfem(Package, CudaPackage, ROCmPackage):
conflicts('+pumi', when='~mpi') conflicts('+pumi', when='~mpi')
conflicts('timer=mpi', 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('mpi', when='+mpi')
depends_on('hypre@2.10.0:2.13', when='@:3.3+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') depends_on('hypre@:2.20.0', when='@3.4:4.2+mpi')