Skip to content

Externals (and Build) Update, master branch (2019.12.02.)

This is to update all projects to atlasexternals-2.0.46, and to make the build of externals in Gaudi based projects more robust.

The updates in atlasexternals-2.0.46 are (atlasexternals@2.0.45...2.0.46):

  • Added a thread safety fix/patch to the FastJet build (thanks to @ssnyder);
  • Updated CheckerGccPlugins with some new features (thanks to @ssnyder);
  • Added a missing "entrypoints" dependency to PyModules (thanks to @fwinkl);
  • Re-introduced a default atlas_export_sanitizer.cmake.in script to AtlasCMake.

The last update goes hand-in-hand with the updates that this MR makes in Athena/build_externals.sh and AthSimulation/build_externals.sh. In the current implementation when a build error happens in AthenaExternals or AthSimulationExternals, the build scripts exit early, and don't even try to build Gaudi. Which is definitely not what we want in the nightly. So the script updates (in nightly mode) make sure that the build_externals.sh scripts would try to "do everything", whatever happens.

This is to fix the Python 3 nightly, which is experiencing issues compiling CheckerGccPlugins at the moment. (See ATLINFR-3221 for the details.)

Merge request reports