From c9df1333c105b8e7fe0b12a8f63a9aa8eb4cf606 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Wed, 10 Jan 2024 17:37:44 +0100 Subject: [PATCH] Drop support for g++-9 --- .github/workflows/ci.yaml | 2 -- README.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8b05b078c..5f95f66d9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,8 +148,6 @@ jobs: fail-fast: false matrix: include: - - name: build-ubuntu-gcc9 - cxx: g++-9 - name: build-ubuntu-gcc10 cxx: g++-10 - name: build-ubuntu-gcc10-nvcc11.6 diff --git a/README.md b/README.md index 4cf6a682de..4f27bd0376 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ LLAMA tries to stay close to recent developments in C++ and so requires fairly u The following compilers are supported by LLAMA and tested as part of our CI: -| Linux | Windows | MacOS | -|----------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------| -| g++ 9 - 13
clang++ 12 - 17
icpx (latest)
nvc++ 23.5
nvcc 11.6 - 12.3 | Visual Studio 2022
(latest on GitHub actions) | clang++
(latest from brew) | +| Linux | Windows | MacOS | +|-----------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------| +| g++ 10 - 13
clang++ 12 - 17
icpx (latest)
nvc++ 23.5
nvcc 11.6 - 12.3 | Visual Studio 2022
(latest on GitHub actions) | clang++
(latest from brew) | Single header