Skip to content

Externals Update, 21.2 branch (2019.04.16.)

This is meant as a replacement for !21857 (closed).

Updated all projects to use atlasexternals-1.0.50. Now... The changes wrt. atlasexternals-1.0.48 are vast... atlasexternals@1.0.48...1.0.50

  • Added FindHJets.cmake for finding the HJets generator (meant for the 21.6 branch, should not affect this one);
  • Fixed the generation of .d files for Ninja, to make dictionary generation behave correctly with this build tool (thanks to @fwinkl);
  • Added some extra python find-modules to AtlasLCG;
  • Stopped setting up the Cairo and Pango packages when using graphviz;
  • Backported the CMake 3.13 updates from the master branch;
  • Backported AtlasLCG changes necessary for LCG_95;
  • Updated lwtnn to version 2.8.1 (@dguest);
  • Taught AtlasCMake to remove stale .pyc files in incremental builds;
  • Updated AnalysisBaseExternals and AthAnalysisExternals to use LCG_95.

The last part is the most important one. This updates the analysis releases to LCG_95, and corresponding standalone externals. I did as much testing locally as I could, but it's not impossible that the CI will still find some issues...

Merge request reports