Skip to content

Commit 682dca7

Browse files
authored
Update Two More Clang Paths
1 parent d37699e commit 682dca7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spack:
4848
modules: []
4949
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/lib/llvm-11/bin/clang
52-
cxx: /usr/lib/llvm-11/bin/clang++
51+
cc: /usr/bin/clang-11
52+
cxx: /usr/bin/clang++-11
5353
f77: /usr/bin/gfortran
5454
fc: /usr/bin/gfortran
5555
spec: clang@11.1.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ spack:
4444
modules: []
4545
operating_system: ubuntu22.04
4646
paths:
47-
cc: /usr/lib/llvm-15/bin/clang
48-
cxx: /usr/lib/llvm-15/bin/clang++
47+
cc: /usr/bin/clang-15
48+
cxx: /usr/bin/clang++-15
4949
f77: /usr/bin/gfortran
5050
fc: /usr/bin/gfortran
5151
spec: clang@15.0.7

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spack:
4848
modules: []
4949
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/lib/llvm-14/bin/clang
52-
cxx: /usr/lib/llvm-14/bin/clang++
51+
cc: /usr/bin/clang-14
52+
cxx: /usr/bin/clang++-14
5353
f77: /usr/bin/gfortran
5454
fc: /usr/bin/gfortran
5555
spec: clang@14.0.0

0 commit comments

Comments
 (0)