Externals Update, master branch (2021.12.10.)
Updated all projects to atlasexternals-2.0.123. The (fairly long) list of changes wrt. atlasexternals-2.0.122 is the following (atlasexternals@2.0.122...2.0.123):
- Updated prmon to version
v3.0.0
(thanks to @amete); - Updated ONNXRuntime to version
1.9.1
(thanks to @dbakshig); - Updated CheckerGccPlugins to handle std::shared_mutex, and to work correctly with ubsan in GCC 11 (thanks to @ssnyder);
- Added cppcheck as an external to AthenaExternals (thanks to @christos and @sroe, meant for ATLINFR-2654);
- Multiple updates to AtlasCMake, aiming to make CI tests easier to set up for this repository (thanks to @fwinkl);
- Updated flake8_atlas to print messages that NICOS would pick up on, in case flake8 is not available (thanks to @fwinkl, fixes ATEAM-797);
- Updated the GeoModel build to use ZLIB from the LCG release, if an LCG release is used;
- Suppressed warnings in the AnalysisBaseExternals and AthAnalysisExternals builds, which were picked up in NICOS since a little while (fixing ATLINFR-4354);
- Stopped the Acts build from cloning the submodules of the Acts repository (thanks to @pagessin).
These are pretty substantial changes all around, so full-build and full-unit-tests are in order...