Skip to content

Externals Update, master branch (2023.03.30.)

Upgraded all projects to atlasexternals-2.0.153. The changes wrt. atlasexternals-2.0.152 are (atlasexternals@2.0.152...2.0.153):

  • Fixed the build of Gdb with Clang <16.0.0, which was broken with the previous update (thanks to @elmsheus);
  • Made it possible to not use the cpack_install.sh script during CPack packaging.

Connected to the latter, ATLAS_USE_CUSTOM_CPACK_INSTALL_SCRIPT is now set explicitly to FALSE for the analysis release clients. (At least by default.) This way analysis projects should have an easier time detecting when something goes wrong during TGZ package making for grid running. I was pondering about introducing this setting for all the other projects as well, but in the end decided that it would be enough to modify the settings for the analysis releases...

All this should not need full-build in principle, and I believe it will be safe to merge without a cleanup on the CI nodes. But for completeness, let's use full-build after all.

Merge request reports