Skip to content

Commit

Permalink
remove clang
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 18, 2024
1 parent 132530a commit d57b028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Find compilers
run: spack -e . compiler find --mixed-toolchain

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Concretize
run: spack -e . -v concretize

Expand Down
14 changes: 3 additions & 11 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ spack:
- automake
- bison
- cmake
- fftw +mpi +openmp ^mpich
- fftw +mpi +openmp ^openmpi
- flex
- git
- hdf5 +cxx +fortran +hl +mpi ^mpich
Expand All @@ -15,21 +17,11 @@ spack:
- meson
- mpich
- ninja
- openblas threads=openmp +ilp64
- openmpi
- perl
- [email protected]
- - '%gcc@9'
- '%clang@12'
- matrix:
- - fftw +mpi +openmp ^mpich
- fftw +mpi +openmp ^openmpi
- openblas threads=openmp +ilp64
- - '%gcc@9'
# clang does not have openmp libs in GitHub Actions?
- matrix:
- - fftw +mpi ^mpich
- fftw +mpi ^openmpi
- - '%clang@12'
concretizer:
unify: false
config:
Expand Down

0 comments on commit d57b028

Please sign in to comment.