Skip to content

Externals Update, main branch (2023.12.15.)

Updated all projects to atlasexternals-2.1.7. The main changes wrt. atlasexternals-2.1.6 are (atlasexternals@2.1.6...2.1.7):

  • Updated atlas_add_dictionary(...) to generate "SG::AuxTypeVectorFactoryImpl<ElementLink<T> >" dictionaries for the types in its ELEMENT_LINK argument;
  • Updated GeoModel to version 4.6.0;
  • Introduced the FindSFGen.cmake module to AtlasLCG;
  • Introduced VecMem v1.1.0 as an external, and added it to the build of AthenaExternals.

As noted in the list, this needs to go in after !67858 (merged). 😉 But much like that MR, this one also doesn't really need a cleanup of the CI nodes.

I'm setting full-integration-tests and full-unit-tests just for the dictionary code update. Everything else here is safe. (The GeoModel update is not really happening here, but rather in !67858 (merged). 😉) Even the dictionary update is, I'm just being overly cautious here. 🤔

Merge request reports