Skip to content

Commit 20ba2ee

Browse files
committed
Add constraints on petsc to simplify GH actions build.
1 parent 55d8905 commit 20ba2ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/spack_cpu_build.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,15 @@ jobs:
102102
# - exago@develop~mpi~ipopt~hiop~python~raja
103103
# See #44 - +mpi~python should fail if no python in system,
104104
# but the runner happens to have one...
105-
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
105+
# - exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
106106
# See #18 - +hiop~mpi causes issues
107107
# - exago@develop~mpi~ipopt+hiop~python+raja
108108
# See #16 - +python~mpi causes issues
109109
# - exago@develop~mpi~ipopt+hiop+python~raja
110-
#- exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
110+
# - exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
111111
# See #40 - +hiop+raja~ipopt ^hiop~sparse is useful for edge cases
112-
#- exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
112+
# - exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
113+
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi ^[email protected]~hypre~superlu-dist~hdf5~metis
113114

114115
name: Build ExaGO with Spack
115116
steps:

0 commit comments

Comments
 (0)