File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This repo provides a buildcache to speed up Spack in your GitHub Actions.
44
55Currently it provides binaries from Spack ` develop ` for
66
7- - ` %gcc@11 ^glibc@2.35 target=x86_64_v3 `
7+ - ` %gcc@9 ^glibc@2.35 target=x86_64_v3 `
88
99which are compatible with
1010
Original file line number Diff line number Diff line change 11spack :
22 view : false
33 specs :
4- - matrix :
5- - - autoconf
6- - automake
7- - bison
8- - cmake
9- - fftw +mpi +openmp ^mpich
10- - fftw +mpi +openmp ^openmpi
11- - flex
12- - git
13- - hdf5 +cxx +fortran +hl +mpi ^mpich
14- - hdf5 +cxx +fortran +hl +mpi ^openmpi
15- - libtool
16- - m4
17- - meson
18- - mpich
19- - ninja
20- - openblas threads=openmp +ilp64
21- - openmpi
22- - perl
23- - python@3.11
24- - - '%gcc@11'
4+ - autoconf
5+ - automake
6+ - bison
7+ - cmake
8+ - fftw +mpi +openmp ^mpich
9+ - fftw +mpi +openmp ^openmpi
10+ - flex
11+ - git
12+ - hdf5 +cxx +fortran +hl +mpi ^mpich
13+ - hdf5 +cxx +fortran +hl +mpi ^openmpi
14+ - libtool
15+ - m4
16+ - meson
17+ - mpich
18+ - ninja
19+ - openblas threads=openmp +ilp64
20+ - openmpi
21+ - perl
22+ - python@3.11
2523 concretizer :
2624 unify : false
2725 config :
@@ -31,6 +29,12 @@ spack:
3129 packages :
3230 all :
3331 require : target=x86_64_v3
32+ c :
33+ prefer : [gcc@9]
34+ cxx :
35+ prefer : [gcc@9]
36+ fortran :
37+ prefer : [gcc@9]
3438 mirrors :
3539 github-actions-buildcache :
3640 url : oci://ghcr.io/spack/github-actions-buildcache
You can’t perform that action at this time.
0 commit comments