Skip to content

Commit 92ff147

Browse files
committed
More Clang14
1 parent 10aaf80 commit 92ff147

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spack:
1616
cmake:
1717
externals:
1818
- spec: cmake@3.31.6
19-
prefix: /usr
19+
prefix: /usr/local
2020
buildable: False
2121
hdf5:
2222
variants: +mpi
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ jobs:
183183
mpicxx --version
184184
perl --version
185185
python --version
186-
sudo ln -s "$(which cmake)" /usr/bin/cmake
187186
eval $(spack env activate --sh .github/ci/spack-envs/clang14_py312_mpich_h5_ad2/)
188187
spack install
189188

0 commit comments

Comments
 (0)