Skip to content

Commit

Permalink
Add constraints on petsc to simplify GH actions build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Jan 23, 2025
1 parent 55d8905 commit 20ba2ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,15 @@ jobs:
# - exago@develop~mpi~ipopt~hiop~python~raja
# See #44 - +mpi~python should fail if no python in system,
# but the runner happens to have one...
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
# - exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
# See #18 - +hiop~mpi causes issues
# - exago@develop~mpi~ipopt+hiop~python+raja
# See #16 - +python~mpi causes issues
# - exago@develop~mpi~ipopt+hiop+python~raja
#- exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
# - exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
# See #40 - +hiop+raja~ipopt ^hiop~sparse is useful for edge cases
#- exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
# - exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi ^[email protected]~hypre~superlu-dist~hdf5~metis

name: Build ExaGO with Spack
steps:
Expand Down

0 comments on commit 20ba2ee

Please sign in to comment.