Minor typo fix in mfem's package (#31470)

Pointed out by @agcapps
This commit is contained in:
Kenny Weiss 2022-07-06 12:52:23 -07:00 committed by GitHub
parent e68ed3268b
commit 5d97c816ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,7 +260,7 @@ class Mfem(Package, CudaPackage, ROCmPackage):
depends_on('strumpack+rocm amdgpu_target={0}'.format(gfx),
when='+strumpack+rocm amdgpu_target={0}'.format(gfx))
# The PETSc tests in MFEM will fail if PETSc is not configured with
# MUMPS (and SuiteSparse in oler versions). On the other hand, PETSc built
# MUMPS (and SuiteSparse in older versions). On the other hand, PETSc built
# with MUMPS is not strictly required, so we do not require it here.
depends_on('petsc@3.8:+mpi+double+hypre', when='+petsc')
depends_on('slepc@3.8.0:', when='+slepc')