Skip to content

Update all projects to atlasexternals-2.0.135

Frank Winklmeier requested to merge fwinkl/athena:ae_2.0.135 into master

Update all projects to atlasexternals-2.0.135. The changes wrt. atlasexternals-2.0.134 are (atlasexternals@2.0.134...2.0.135):

  • Added support for the HIP_PLATFORM values introduced newer HIP versions, in AtlasHIP; (@bwynne)
  • Added the FLAKE8_ATLAS_ERROR environment variable to tell flake8 to return with error codes for any issue found; (@fwinkl)
  • Multiple CheckerGccPlugins updates (see slides in Core SW meeting), including checks for calling non-const functions in const functions through member pointers. (@ssnyder)

The last update requires a full-build to ensure we have no remaining warnings in our code.

@akraszna has done already a full local build and there are definitely still some warnings to be fixed. So this may need a few iterations.

Requires:

Edited by Frank Winklmeier

Merge request reports