From 5353b827df4adbd839f629f8c20da05c9403adf0 Mon Sep 17 00:00:00 2001 From: 2xB <31772910+2xB@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:43:00 +0100 Subject: [PATCH] Requirements: Update ROOT to v6.24 Due to the use of `TGraph::AddPoint` in `KSROOTZonalHarmonicsPainter`, it is no longer possible to use ROOT versions older than 6.23.2. Since the last published 6.23 version with binaries is 6.23.1, ROOT is just supported beginning with version 6.24. --- .github/workflows/test.yml | 4 ++-- Documentation/gh-pages/source/compiling.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f0cdd415..5c1d7183b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,8 @@ jobs: - name: Install root run: | apt install -y wget - wget https://root.cern/download/root_v6.20.08.Linux-ubuntu20-x86_64-gcc9.3.tar.gz - tar -xf root_v6.20.08.Linux-ubuntu20-x86_64-gcc9.3.tar.gz + wget https://root.cern/download/root_v6.24.08.Linux-ubuntu20-x86_64-gcc9.4.tar.gz + tar -xf root_v6.24.08.Linux-ubuntu20-x86_64-gcc9.4.tar.gz - name: Build code run: | source root/bin/thisroot.sh diff --git a/Documentation/gh-pages/source/compiling.rst b/Documentation/gh-pages/source/compiling.rst index 573066851..68a56f2e9 100644 --- a/Documentation/gh-pages/source/compiling.rst +++ b/Documentation/gh-pages/source/compiling.rst @@ -564,6 +564,6 @@ architectures where compiled code is shared between different machines. Be aware .. |clangVersion| replace:: 3.4 .. |CMakeVersion| replace:: 3.14 .. |BoostVersion| replace:: 1.65 -.. |ROOTVersion| replace:: 6.16 +.. |ROOTVersion| replace:: 6.24 .. |FFTWVersion| replace:: 3.3.4 .. |VTKVersion| replace:: 7.0