Skip to content

Commit b26a67f

Browse files
committed
gcc 9 again
Signed-off-by: Harmen Stoppels <harmenstoppels@gmail.com>
1 parent 16cba0a commit b26a67f

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo provides a buildcache to speed up Spack in your GitHub Actions.
44

55
Currently 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

99
which are compatible with
1010

spack.yaml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
spack:
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

0 commit comments

Comments
 (0)