From 11486c2d7a049704bb1bbc4d5697394c16820ebb Mon Sep 17 00:00:00 2001 From: nedpfeiffer <116780681+nedpfeiffer@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:29:29 -0700 Subject: [PATCH 1/2] Update petsc version installing_with_spack.md --- docs/installing_with_spack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing_with_spack.md b/docs/installing_with_spack.md index 1b3ec2a82..12ac697e6 100644 --- a/docs/installing_with_spack.md +++ b/docs/installing_with_spack.md @@ -36,7 +36,7 @@ source /path-to-spack/share/spack/setup-env.sh spack compiler find spack install exago@develop%gcc \ ^openmpi ^ipopt@3.12.10+coinhsl~mumps ^coinhsl+blas \ - ^petsc@3.13.6+mpi~hypre~superlu-dist~mumps+shared + ^petsc@3.19+mpi~hypre~superlu-dist~mumps+shared spack load exago opflow -help ``` From 8d1208b56919c2dbcbeb587ab2298d960ec15a7e Mon Sep 17 00:00:00 2001 From: nedpfeiffer <116780681+nedpfeiffer@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:09:41 -0700 Subject: [PATCH 2/2] Update docs/installing_with_spack.md Co-authored-by: Cameron Rutherford --- docs/installing_with_spack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing_with_spack.md b/docs/installing_with_spack.md index 12ac697e6..72e6fda8d 100644 --- a/docs/installing_with_spack.md +++ b/docs/installing_with_spack.md @@ -36,7 +36,7 @@ source /path-to-spack/share/spack/setup-env.sh spack compiler find spack install exago@develop%gcc \ ^openmpi ^ipopt@3.12.10+coinhsl~mumps ^coinhsl+blas \ - ^petsc@3.19+mpi~hypre~superlu-dist~mumps+shared + ^petsc+mpi~hypre~superlu-dist~mumps+shared spack load exago opflow -help ```