Update all projects to atlasexternals 2.0.32
Update all projects to https://gitlab.cern.ch/atlas/atlasexternals/tags/2.0.32:
The main changes are:
- The
AtlasPyFwdBwdPorts
in the athena repository/build is removed and replaced byExternal/PyModules
in atlasexternals (ATLINFR-2325). - The
flake8_atlas
plugins have also been moved fromPyUtils
to atlasexternals. - Updates to AnalysisBaseExternals to make it build with GCC 8 in C++17 mode.
- Several missing
find_package
dependencies have been added for python modules previously provided by AtlasPyFwdBwdPorts and which are now retrieved from LCG.
Due to the changes in flake8 it's possible this is going to cause some unit test failures, which is why I am running all of them in this MR.
cc @akraszna
Edited by Frank Winklmeier