From c87aff8db169b6d71b1913d5aec57d3f1a7c3c5f Mon Sep 17 00:00:00 2001 From: Marco Edoardo Santimaria Date: Mon, 22 Jun 2026 09:23:00 +0200 Subject: [PATCH] Updated CAPIO-CL dependency Thic ommit updates the CAPIO-CL dependency of CAPIO-CL to ensure compatibility with GCC16. It also updates the CI/CD to run tests against the GCC16 compiler suite --- .github/workflows/ci-tests.yaml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index b99c4ecaa..27917cde4 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -119,6 +119,7 @@ jobs: - gcc:13 - gcc:14 - gcc:15 + - gcc:16 - zhongruoyu/llvm-ports:13.0-trixie - zhongruoyu/llvm-ports:14.0-trixie - zhongruoyu/llvm-ports:15.0-trixie diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a930e879..e41873a78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ ENDIF (CAPIO_LOG AND CMAKE_BUILD_TYPE STREQUAL "Debug") FetchContent_Declare( capio_cl GIT_REPOSITORY https://github.com/High-Performance-IO/CAPIO-CL.git - GIT_TAG v1.4.0 + GIT_TAG v1.4.1 ) #####################################