Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ set(pythia8_version "8317")
string(SUBSTRING "${pythia8_version}" 0 2 pythia8_major_version)
string(TOUPPER "${CMAKE_BUILD_TYPE}" selected)
ExternalProject_Add(pythia8
URL https://pythia.org/download/pythia${pythia8_major_version}/pythia${pythia8_version}.tgz
URL https://pythia.org/releases/pythia${pythia8_major_version}/pythia${pythia8_version}.tgz
URL_HASH SHA256=1ae551d14dac495ddfe6b344792035ebe410fe6c6004d44a335e0ece0e745adf
BUILD_IN_SOURCE ON
CONFIGURE_COMMAND ${CMAKE_BINARY_DIR}/Source/pythia8/configure
Expand Down Expand Up @@ -483,6 +483,8 @@ ExternalProject_Add(root
PATCH_COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR}/legacy/root/fix_macos_sdk_mismatch.patch"
COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR}/legacy/root/fix_macos_sdk_for_rootcling.patch"
COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR}/legacy/root/fix_rpath_info.patch"
COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR}/legacy/root/backports_macos_sdk_26_4_from_root.patch"
COMMAND ${patch} -p1 -i "${CMAKE_SOURCE_DIR}/legacy/root/fix_cmake_44.patch"
DEPENDS pythia8 vc vecgeom ${extract_source_cache_target}
${LOG_TO_FILE}
)
Expand Down Expand Up @@ -561,7 +563,7 @@ ExternalProject_Add(onnxruntime
ExternalProject_Add(fairsoft-config
GIT_REPOSITORY https://github.com/FairRootGroup/fairsoft-config GIT_TAG master
${CMAKE_DEFAULT_ARGS} CMAKE_ARGS
"-DFAIRSOFT_VERSION=feb26p1"
"-DFAIRSOFT_VERSION=feb26p2"
DEPENDS root ${extract_source_cache_target}
${LOG_TO_FILE}
)
Expand Down
35 changes: 18 additions & 17 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,23 +118,24 @@ The following systems are tested regularly. If you feel your system is missing,
please contact us.

| **OS Name** | **Arch** | **OS Version** | **Compiler** | **CMake** |
| --- | --- | --- | --- | --- |
| Debian | x86_64 | 12 | GCC 12.2.0 | 3.25.1 |
| Debian | x86_64 | 12 | GCC 12.2.0 | 4.2.3 (bootstrap) |
| Debian | x86_64 | 13 | GCC 14.2.0 | 3.31.6 |
| Fedora | x86_64 | 38 | GCC 13.2.1 | 3.27.7 |
| Fedora | x86_64 | 38 | GCC 13.2.1 | 4.2.3 (bootstrap) |
| Fedora | x86_64 | 40 | GCC 14.2.1 | 3.30.8 |
| Fedora | x86_64 | 42 | GCC 15.2.1 | 3.31.6 |
| Fedora | x86_64 | 43 | GCC 15.2.1 | 3.31.10 |
| macOS | x86_64 | 15 | SDK 26, AppleClang 17, gfortran 15.2.0 | 4.2.0 (brew) |
| macOS | arm64 | 26 | SDK 26, AppleClang 17, gfortran 15.2.0 | 4.2.3 (brew) |
| macOS | arm64 | 26 | SDK 14, AppleClang 17, gfortran 15.2.0 | 4.2.3 (brew) |
| OpenSuse | x86_64 | 15.6 | GCC 14.3.0 (non system) | 3.28.3 |
| OpenSuse | x86_64 | 16.0 | GCC 15.1.1 | 3.31.7 |
| Ubuntu | x86_64 | 22.04 | GCC 11.4.0 | 4.2.3 (bootstrap) |
| Ubuntu | x86_64 | 24.04 | GCC 13.3.0 | 3.28.3 |
| Ubuntu | x86_64 | 26.04 | GCC 15.2.0 | 3.31.6 |
| --- | --- | --- | --- | --- |
| Debian | x86_64 | 12 | GCC 12.2.0 | 4.2.3 (bootstrap) |
| Debian | x86_64 | 13 | GCC 14.2.0 | 3.31.6 |
| Fedora | x86_64 | 38 | GCC 13.2.1 | 3.27.7 |
| Fedora | x86_64 | 38 | GCC 13.2.1 | 4.2.3 (bootstrap) |
| Fedora | x86_64 | 40 | GCC 14.2.1 | 3.30.8 |
| Fedora | x86_64 | 42 | GCC 15.2.1 | 3.31.11 |
| Fedora | x86_64 | 43 | GCC 15.2.1 | 3.31.11 |
| macOS | x86_64 | 15.7.7 | SDK 14.5, AppleClang 17, gfortran 16.1.0 | 4.3.4 (brew) |
| macOS | x86_64 | 15.7.7 | SDK 26.2, AppleClang 17, gfortran 16.1.0 | 4.3.4 (brew) |
| macOS | arm64 | 26.5.2 | SDK 26.5, AppleClang 21, gfortran 16.1.0 | 4.3.4 (brew) |
| macOS | arm64 | 26.5.2 | SDK 14.5, AppleClang 21, gfortran 16.1.0 | 4.3.4 (brew) |
| macOS | arm64 | 27beta2 | SDK 26.5, AppleClang 21, gfortran 16.1.0 | 4.3.4 (brew) |
| OpenSuse | x86_64 | 15.6 | GCC 14.3.0 (non system) | 3.28.3 |
| OpenSuse | x86_64 | 16.0 | GCC 15.3.0 | 3.31.7 |
| Ubuntu | x86_64 | 22.04 | GCC 11.4.0 | 4.2.3 (bootstrap) |
| Ubuntu | x86_64 | 24.04 | GCC 13.3.0 | 3.28.3 |
| Ubuntu | x86_64 | 26.04 | GCC 15.2.0 | 3.31.6 |

## Included packages

Expand Down
Loading