We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f0a5b commit d37699eCopy full SHA for d37699e
2 files changed
.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml
@@ -50,8 +50,8 @@ spack:
50
modules: []
51
operating_system: ubuntu22.04
52
paths:
53
- cc: /usr/lib/llvm-12/bin/clang
54
- cxx: /usr/lib/llvm-12/bin/clang++
+ cc: /usr/bin/clang-12
+ cxx: /usr/bin/clang++-12
55
f77: /usr/bin/gfortran
56
fc: /usr/bin/gfortran
57
spec: clang@12.0.1
.github/workflows/linux.yml
@@ -174,7 +174,7 @@ jobs:
174
sudo apt-get install clang-12 gfortran libmpich-dev python3
175
sudo .github/workflows/dependencies/install_spack
176
- name: Build
177
- env: {CC: clang++, CXX: clang++, CXXFLAGS: -Werror}
+ env: {CC: clang++-12, CXX: clang++-12, CXXFLAGS: -Werror}
178
run: |
179
cmake --version
180
mpiexec --version
0 commit comments