diff options
author | Kenny Weiss <kennyweiss@users.noreply.github.com> | 2022-07-06 12:52:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 12:52:23 -0700 |
commit | 5d97c816ca38f9b1350ac9c8518461e50823059c (patch) | |
tree | 67b9f9daf2c32255c831b923d8c9a054cb297086 | |
parent | e68ed3268b0e3537b24cafcadbfa947c991758c0 (diff) | |
download | spack-5d97c816ca38f9b1350ac9c8518461e50823059c.tar.gz spack-5d97c816ca38f9b1350ac9c8518461e50823059c.tar.bz2 spack-5d97c816ca38f9b1350ac9c8518461e50823059c.tar.xz spack-5d97c816ca38f9b1350ac9c8518461e50823059c.zip |
Minor typo fix in mfem's package (#31470)
Pointed out by @agcapps
-rw-r--r-- | var/spack/repos/builtin/packages/mfem/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mfem/package.py b/var/spack/repos/builtin/packages/mfem/package.py index 5c2846144a..68d48331f2 100644 --- a/var/spack/repos/builtin/packages/mfem/package.py +++ b/var/spack/repos/builtin/packages/mfem/package.py @@ -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') |