Skip to content
Snippets Groups Projects

Externals Updates, master branch (2022.12.02.)

  1. Dec 04, 2022
    • Attila Krasznahorkay's avatar
      Prevented GCC from thinking that null pointers would be used. · e551c3f2
      Attila Krasznahorkay authored
      Under some very specific circumstances GCC was emitting a
      (-Wnonnull) warning about the code trying to use null
      pointers. While this was not the case, it was easy enough
      to convince GCC about it as well.
      e551c3f2
    • Attila Krasznahorkay's avatar
      Upgraded all projects to atlasexternals-2.0.145. · 79def6c3
      Attila Krasznahorkay authored
      At the same time updated AthAnalysis to use LCG_102b_ATLAS_6, once
      again in sync with all of the other LCG based projects.
      
      Introduced -DBoost_NO_WARN_NEW_VERSIONS=TRUE temporarily for the
      analysis releases as well, until we switch to CMake 3.24.3 in the
      nightly and CI systems.
      
      Had to introduce a patch for Davix in AnalysisBaseExternals to
      silence a useless CMake configuration warning coming from libcurl.
      79def6c3
Loading