Skip to content

Commit 531efb8

Browse files
committed
Try +ipopt ^ipopt~coinhsl+mumps in GH-Actions.
1 parent 36628ef commit 531efb8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ 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 ^hiop~raja~sparse
106106
# See #18 - +hiop~mpi causes issues
107107
# - exago@develop~mpi~ipopt+hiop~python+raja
108108
# See #16 - +python~mpi causes issues
@@ -111,6 +111,9 @@ jobs:
111111
# - exago@develop+mpi~ipopt+hiop+python~raja ^openmpi
112112
# See #40 - +hiop+raja~ipopt ^hiop~sparse is useful for edge cases
113113
- exago@develop+mpi~ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
114+
- exago@develop+mpi+ipopt+hiop~python+raja ^openmpi ^hiop+raja~sparse
115+
- exago@develop+mpi+ipopt+hiop+python+raja ^openmpi ^hiop+raja~sparse
116+
- exago@develop+mpi+ipopt~hiop+python~raja ^openmpi
114117

115118
name: Build ExaGO with Spack
116119
steps:
@@ -144,6 +147,10 @@ jobs:
144147
secret_variable: MIRROR_TOKEN
145148
spack: https://binaries.spack.io/develop
146149
packages:
150+
ipopt:
151+
require: ~coinhsl+mumps # HSL requires a tar ball and a licence
152+
mumps:
153+
require: ~mpi~openmp
147154
all:
148155
require: "%gcc"
149156
EOF

0 commit comments

Comments
 (0)