From cd7448c14fb2233f0b8f90eb563cc843605f6017 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:53:10 +0200 Subject: [PATCH] Bump clang to the minimum supplied by Ubuntu 22 LTS --- .github/workflows/test-matrix.yml | 4 ++-- doc/dependencies.csv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index a886f582f..343978e16 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -29,8 +29,8 @@ jobs: - { name: "Linux Min Clang", os: "ubuntu-22.04", - cc: "clang-12", - cxx: "clang++-12", + cc: "clang-13", + cxx: "clang++-13", py: "3.9", cmake: "3.19.x", mpi: "ON", diff --git a/doc/dependencies.csv b/doc/dependencies.csv index 2eac7a26a..60a33441a 100644 --- a/doc/dependencies.csv +++ b/doc/dependencies.csv @@ -4,7 +4,7 @@ Build option/target,Tool name,Minimum version,Notes,Update criteria --,C++ compiler,,C++17 support. See below, --,GCC,12.0.0,,"* it is supported by the minimum version of CUDA. * it is available either by default or can be installed using standard package manager on the supported Linux versions." ---,Clang,12.0,, +--,Clang,13.0,, --,Apple Clang,15,Apple LLVM version 15.0.0 (clang-1500.x.y.z), ARB_GPU,Hip Clang,ROCm 3.9,HIP support is currently experimental., ARB_GPU,CUDA,12.0,,"* It is available on all of the target HPC systems (Piz Daint, Juwels Booster)"