In Gitlab CI, since gcc 7 crashes when building mfem, try to use newer gcc
for building mfem
This commit is contained in:
parent
4e068ab7e0
commit
f8823ec3c9
@ -9,6 +9,11 @@ spack:
|
|||||||
providers:
|
providers:
|
||||||
mpi: [mvapich2]
|
mpi: [mvapich2]
|
||||||
|
|
||||||
|
mfem:
|
||||||
|
require:
|
||||||
|
# gcc@7.5.0 crashes when building mfem@4.8.0
|
||||||
|
- '@gcc@12'
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
- ascent # ^conduit@0.6.0
|
- ascent # ^conduit@0.6.0
|
||||||
- axom
|
- axom
|
||||||
|
Loading…
Reference in New Issue
Block a user