Externals Update, main branch (2024.05.08.)
Updated all projects to atlasexternals-2.1.17. The changes wrt. atlasexternals-2.1.16 are (atlasexternals@2.1.16...2.1.17):
- Added prmon to AthGenerationExternals (thanks to @amete);
- Made AtlasCMake's install commands more rigorous about missing files (thanks to @fwinkl);
- I had to fix an issue in AthenaPython to account for this.
😉
- I had to fix an issue in AthenaPython to account for this.
- Updated CheckerGccPlugins: Added support for GCC 14 and LTO (thanks to @ssnyder);
- Updated prmon to version
3.1.0
for updated support for NVIDIA GPU monitoring (thanks to @elmsheus); - Added
Findflake8_bugbear.cmake
andFindflake8_builtins.cmake
to AtlasLCG (thanks to @fwinkl); - Added CheckerGccPlugins to AthSimulationExternals;
- At the same time updated AthSimulation/CMakeLists.txt to set up the checkers correctly for the build;
- Updated CORAL and COOL to version(s)
3.3.17
, for Boost 1.85.0 support (CORALCOOL-3092, thanks to @elmsheus).
At the same time, now that CheckerGccPlugins supports LTO, I enabled it for the (Atlas)Geant4 build in both Athena and AthSimulation. (Pinging @bmorgan and @mbandier for the latter.)