Skip to content
Snippets Groups Projects
Commit 8275665c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

chore: clang-16

parent c3d5604a
No related branches found
No related tags found
1 merge request!781chore: clang-16
...@@ -90,9 +90,13 @@ case ${ID} in ...@@ -90,9 +90,13 @@ case ${ID} in
*) echo "Unsupported ID=${ID}" ; exit 1 ;; *) echo "Unsupported ID=${ID}" ; exit 1 ;;
esac esac
# Clang version and repository # Clang version and repository
CLANG="-14" CLANG="-16"
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/source.list.d/llvm.list if [ ${VERSION_CODENAME} = trixie ] ; then
echo "deb http://apt.llvm.org/unstable llvm-toolchain${CLANG} main" > /etc/apt/sources.list.d/llvm.list
else
echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/sources.list.d/llvm.list
fi
# Install packages # Install packages
apt-get -yqq update apt-get -yqq update
apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC} apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC}
......
...@@ -144,7 +144,7 @@ packages: ...@@ -144,7 +144,7 @@ packages:
- '@1.0.7' - '@1.0.7'
iwyu: iwyu:
require: require:
- '@0.18' - '@0.20'
jana2: jana2:
require: require:
- '@2.1.2' - '@2.1.2'
......
...@@ -59,6 +59,7 @@ e1373d5408170047626583916db02911585c133a ...@@ -59,6 +59,7 @@ e1373d5408170047626583916db02911585c133a
a65f13f79f617b6aa0b235aa5db612473b6d8c0e a65f13f79f617b6aa0b235aa5db612473b6d8c0e
ed8ecc469e7b87842a876323878831e301f136a2 ed8ecc469e7b87842a876323878831e301f136a2
4991a60eacb5df289383f755e40702b720ed0513 4991a60eacb5df289383f755e40702b720ed0513
c485709f625429a88a184a099373d76c9438f8e3
--- ---
## Ref: https://github.com/spack/spack/commit/[hash] ## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description] ## [hash]: [description]
...@@ -117,3 +118,4 @@ ed8ecc469e7b87842a876323878831e301f136a2 ...@@ -117,3 +118,4 @@ ed8ecc469e7b87842a876323878831e301f136a2
## a65f13f79f617b6aa0b235aa5db612473b6d8c0e: root: add latest available tag ## a65f13f79f617b6aa0b235aa5db612473b6d8c0e: root: add latest available tag
## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2) ## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2)
## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3 ## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3
## c485709f625429a88a184a099373d76c9438f8e3: iwyu: new versions up 0.21 (depends_on llvm-17)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment