Skip to content

Commit

Permalink
Bump clang to the minimum supplied by Ubuntu 22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 25, 2024
1 parent eeaf3c9 commit cd7448c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/dependencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit cd7448c

Please sign in to comment.