Skip to content

Commit

Permalink
Requirements: Update ROOT to v6.24
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
2xB authored Nov 28, 2023
1 parent 3cf6a03 commit 5353b82
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gh-pages/source/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5353b82

Please sign in to comment.