Skip to content

Commit

Permalink
Update spack_cpu_build.yaml to work without fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Rutherford authored Sep 29, 2023
1 parent c1f209d commit 7e6a05a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
matrix:
spack_spec:
# Minimal Build
- exago@develop~mpi~ipopt~hiop~logging~python~raja~tests
- exago@develop+mpi~ipopt+hiop~logging~python~raja~tests ^openmpi
- exago@develop~mpi~ipopt~hiop~python~raja
- exago@develop+mpi~ipopt+hiop~python~raja ^openmpi
# See #18 - +hiop~mpi causes issues
# - exago@develop~mpi~ipopt+hiop+logging~python+raja+tests
# - exago@develop~mpi~ipopt+hiop~python+raja
# See #16 - +python~mpi causes issues
# - exago@develop~mpi~ipopt+hiop~logging+python~raja+tests
- exago@develop+mpi~ipopt+hiop~logging+python~raja+tests ^openmpi
# - exago@develop~mpi~ipopt+hiop+python~raja
- exago@develop+mpi~ipopt+hiop+python~raja ^openmpi

name: Build ExaGO with Spack
steps:
Expand Down

0 comments on commit 7e6a05a

Please sign in to comment.