Skip to content

Commit d57b028

Browse files
committed
remove clang
1 parent 132530a commit d57b028

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- name: Find compilers
2121
run: spack -e . compiler find --mixed-toolchain
2222

23-
- name: Setup tmate session
24-
uses: mxschmitt/action-tmate@v3
25-
2623
- name: Concretize
2724
run: spack -e . -v concretize
2825

spack.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ spack:
66
- automake
77
- bison
88
- cmake
9+
- fftw +mpi +openmp ^mpich
10+
- fftw +mpi +openmp ^openmpi
911
- flex
1012
- git
1113
- hdf5 +cxx +fortran +hl +mpi ^mpich
@@ -15,21 +17,11 @@ spack:
1517
- meson
1618
- mpich
1719
- ninja
20+
- openblas threads=openmp +ilp64
1821
- openmpi
1922
- perl
2023
- python@3.11
2124
- - '%gcc@9'
22-
- '%clang@12'
23-
- matrix:
24-
- - fftw +mpi +openmp ^mpich
25-
- fftw +mpi +openmp ^openmpi
26-
- openblas threads=openmp +ilp64
27-
- - '%gcc@9'
28-
# clang does not have openmp libs in GitHub Actions?
29-
- matrix:
30-
- - fftw +mpi ^mpich
31-
- fftw +mpi ^openmpi
32-
- - '%clang@12'
3325
concretizer:
3426
unify: false
3527
config:

0 commit comments

Comments
 (0)