@@ -56,7 +56,7 @@ First, you will need to install FairSoft and FairRoot. For more details:
5656export SIMPATH=%PATH_TO_FAIRSOFT%
5757export FAIRROOTPATH=%PATH_TO_FAIRROOT%
5858# from %R3BRoot_DIRECTORY%
59- ./build_thisr3broot.sh
59+ . . /build_thisr3broot.sh
6060# or a second option is the following
6161mkdir ../build
6262cmake -S . -B ../build
@@ -86,7 +86,7 @@ Please ask your questions, request features, and report issues by [creating a gi
8686
8787The R3BRoot project uses clang-format-16 to ensure a common code formatting. The script "clang-format-all.sh" can be used for this purpose:
8888~~~ bash
89- bash util/clang-format-all.sh
89+ . util/clang-format-all.sh
9090~~~
9191
9292## Spell Checking
@@ -113,12 +113,16 @@ The following systems are tested regularly.
113113| ----------- | -------- | -------------- | ------------- | --------------- | --------------- |
114114| Almalinux | x86\_ 64 | 9.3 | GCC 11.4.1 | 3.27.9 / 4.0.3 | C++17 / C++20 / C++23 |
115115| Almalinux | x86\_ 64 | 9.4 | GCC 14.2.0 | 3.30.6 | C++17 |
116+ | Almalinux | x86\_ 64 | 9.7 | GCC 11.4.1 | 4.2.0 | C++17 / C++20 / C++23 |
117+ | Almalinux | x86\_ 64 | 10.1 | GCC 14.2.0 | 4.0.3 | C++17 / C++20 / C++23 |
116118| RHEL | x86\_ 64 | 9.6 | GCC 14.2.0 | 3.30.6 | C++17 |
117119| Debian | x86\_ 64 | 11 | GCC 10.2.1 | 3.27.4 / 3.30.0 | C++17 |
118- | Debian | x86\_ 64 | 12 | GCC 12.2.0 | 3.27.4 / 3.30.0 | C++17 / C++20 |
119- | Debian | x86\_ 64 | 13 | GCC 14.2.0 | 3.31.6 / 4.0.3 | C++17 |
120- | Ubuntu | x86\_ 64 | 24.04 | GCC 13.3.0 | 3.28.3 / 4.0.3 | C++17 / C++20 |
121- | Ubuntu | x86\_ 64 | 25.04 | GCC 14.2.0 | 3.31.6 | C++17 |
120+ | Debian | x86\_ 64 | 12 | GCC 12.2.0 | 3.27.4 / 4.0.3 | C++17 / C++20 |
121+ | Debian | x86\_ 64 | 13 | GCC 14.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
122+ | Debian | x86\_ 64 | 14 | GCC 15.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
123+ | Ubuntu | x86\_ 64 | 24.04 | GCC 13.3.0 | 3.28.3 / 4.0.3 | C++17 / C++20 / C++23 |
124+ | Ubuntu | x86\_ 64 | 25.04 | GCC 14.2.0 | 3.31.6 | C++17 / C++20 |
125+ | Ubuntu | x86\_ 64 | 26.04 | GCC 15.2.0 | 3.31.6 / 4.0.3 | C++17 / C++20 / C++23 |
122126| MacOS | arm64 | 15.3 | AppleClang 15 | 4.0.3 | C++17 |
123127
124128## Security Policy
0 commit comments