- May 08, 2024
-
-
Attila Krasznahorkay authored
Add CheckerGccPlugins to AthSimulationExternals, main branch (2024.05.08.) See merge request atlas/atlasexternals!1126
-
Attila Krasznahorkay authored
Update CORAL/COOL to 3.3.17 See merge request atlas/atlasexternals!1125
-
Johannes Elmsheuser authored
-
Attila Krasznahorkay authored
Now that the plugins can handle LTO, we should start checking the simulation builds as well.
-
Attila Krasznahorkay authored
FindMadGraph Updates, main branch (2024.04.30.) See merge request atlas/atlasexternals!1123
-
Attila Krasznahorkay authored
Add Find-modules for flake8 bugbear and builtins See merge request atlas/atlasexternals!1118
-
-
Attila Krasznahorkay authored
AtlasCMake: improve detection of non-existent files for install commands See merge request atlas/atlasexternals!1120
-
Attila Krasznahorkay authored
Checker updates for LTO, etc. See merge request atlas/atlasexternals!1122
-
-
Attila Krasznahorkay authored
Update prmon to v3.1.0 See merge request atlas/atlasexternals!1124
-
-
Attila Krasznahorkay authored
Add prmon to AthGenerationExternals See merge request atlas/atlasexternals!1114
-
- Apr 30, 2024
-
-
Attila Krasznahorkay authored
Since the time that the module was originally written, lcg_external_module(...) learned some tricks. Nowadays it can look for packages just containing executables, quite conveniently. Removed the setting of MADGRAPH_PYTHON_PATH, and replaced it with the setup of MADGRAPH_BINARY_PATH. So that mg5_aMC would end up in our ${PATH}.
-
- Apr 24, 2024
-
-
Attila Krasznahorkay authored
Add CMake options to only enable LTO in Geant4, VecGeom if requested See merge request atlas/atlasexternals!1121
-
- Apr 23, 2024
-
-
Benjamin Morgan authored
LTO enabled builds of Geant4, VecGeom cause failures in Athena builds from the CheckerGCCPlugin which is currently LTO-unaware. Though LTO is wanted for mc23e, we do not want to compromise Athena code quality by disabling the checker. To ease integration of LTO for simulation in Athena, add CMake options for enabling LTO in Geant4 and VecGeom that default to OFF.
-
Frank Winklmeier authored
If the following matches no files, we currently print an error: ``` atlas_install_joboptions( share/*.py ) ``` However, no error is printed for the following cases ``` atlas_install_joboptions( share/*.py share/*.txt) atlas_install_joboptions( share/*.py share/foo.txt) atlas_install_joboptions( share/foo.py share/foo.txt) ``` if at least one element in the list returns a valid file. Improve the check by requiring that each element in the list is a valid entry.
-
- Apr 22, 2024
-
-
Attila Krasznahorkay authored
Update Geant4 version to 10.6.3.13 See merge request atlas/atlasexternals!1117
-
- Apr 17, 2024
-
-
Benjamin Morgan authored
-
- Apr 16, 2024
-
-
Attila Krasznahorkay authored
Update Geant4 version to 10.6.3.12 See merge request atlas/atlasexternals!1116
-
Benjamin Morgan authored
-
- Apr 12, 2024
-
-
Attila Krasznahorkay authored
Update CI testing to LCG_104d and LCG_104d_ATLAS_9 See merge request atlas/atlasexternals!1111
-
Attila Krasznahorkay authored
Always set CMP0069 to new to enforce LTO use if requested See merge request atlas/atlasexternals!1112
-
Attila Krasznahorkay authored
New Geant4 version v10.6.3.11 to support building Geant4, VecGeom with LTO enabled See merge request atlas/atlasexternals!1115
-
Attila Krasznahorkay authored
GeoModel version bumped to 5.3.0 See merge request atlas/atlasexternals!1109
-
- Apr 11, 2024
-
-
Benjamin Morgan authored
-
Benjamin Morgan authored
-
- Mar 25, 2024
-
-
Alaettin Serhan Mete authored
-
- Mar 19, 2024
-
-
Benjamin Morgan authored
CMake 3.9 introduced support for link time optimization, but the AtlasFunctions module sets cmake_minimum_required to 3.6. This disables LTO even in CMake versions above 3.9 and means the `CMAKE_INTERPROCEDURAL_OPTIMIZATION` flag and associated target property cannot be used to enable LTO either locally or globally. Retain CMake minimum version to avoid surprises, set the LTO related policy CMP0069 available from CMake 3.9 to enforce use of LTO if requested.
-
- Mar 13, 2024
-
-
Johannes Elmsheuser authored
-
Attila Krasznahorkay authored
ONNX Version Downgrade (to 1.15.1), main branch (2024.03.13.) See merge request atlas/atlasexternals!1110
-
Attila Krasznahorkay authored
At the same time turned off CUDA support by default, since the CUDA version that we want to use for now is not supported by the 1.15.1 binaries. Also removed the outdated patches from the package, now that we're not building the code ourselves anymore.
-
- Mar 12, 2024
-
-
Vakhtang Tsulaia authored
-
- Mar 11, 2024
-
-
Attila Krasznahorkay authored
ONNXRuntime TGZ Path Update, main branch (2024.03.11.) See merge request atlas/atlasexternals!1108
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
Binary ONNXRuntime Installation, main branch (2024.03.08.) See merge request atlas/atlasexternals!1106
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
Findhighfive.cmake cmake module See merge request atlas/atlasexternals!1107
-
-
- Feb 22, 2024
-
-
Attila Krasznahorkay authored
First attempt to update superchic See merge request atlas/atlasexternals!1102
-