Skip to content

Commit 86cc5e0

Browse files
committed
More Clang14
1 parent 10aaf80 commit 86cc5e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/ci/spack-envs/clang14_py312_mpich_h5_ad2/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spack:
4040
variants: ~fortran
4141
providers:
4242
mpi: [mpich]
43-
compiler: [clang@14.0.1]
43+
compiler: [clang@14.0.6]
4444

4545
compilers:
4646
- compiler:

.github/workflows/linux.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,11 @@ jobs:
172172
run: |
173173
sudo apt-get update
174174
sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
175-
sudo apt-get install clang-14 gfortran libmpich-dev mpich python3
175+
which cmake
176+
cmake --version
177+
sudo apt-get install cmake clang-14 gfortran libmpich-dev mpich python3
178+
which cmake
179+
cmake --version
176180
sudo .github/workflows/dependencies/install_spack
177181
- name: Build
178182
env: {CC: clang-14, CXX: clang++-14, MPICH_CC: clang-14, MPICH_CXX: clang++-14}
@@ -183,7 +187,6 @@ jobs:
183187
mpicxx --version
184188
perl --version
185189
python --version
186-
sudo ln -s "$(which cmake)" /usr/bin/cmake
187190
eval $(spack env activate --sh .github/ci/spack-envs/clang14_py312_mpich_h5_ad2/)
188191
spack install
189192

0 commit comments

Comments
 (0)