LCG_96b Updates, 1.0 branch (2020.02.26.)
This is the much delayed update that should make AnalysisBase
and AthAnalysis
use externals from / compatible with LCG_96b.
This included the following external version changes:
- Python 2.7.15 -> 2.7.16;
- Boost 1.69.0 -> 1.70.0;
- LibXml2 2.9.7 -> 2.9.9;
- Davix 0.7.1 -> 0.7.3;
- FastJet 3.2.2 -> 3.3.2;
- setuptools 36.0.1 -> 41.0.0;
- numpy 1.14.2 -> 1.16.4;
- wheel 0.31.1 -> 0.33.4;
- pip 10.0.1 -> 19.1.1;
- TBB 2019_U1 -> 2019_U7;
- XRootD 4.8.4 -> 4.10.0;
- ROOT 6.16/00 -> 6.18/04.
Note that I also removed the build of FastJet and FastJetContrib from AthAnalysisExternals
. As with LCG_96b we get newer or equal versions of both as we've been using so far. So there's no reason to build them by ourselves in that release.
So far I only tested the build on x86_64-centos7-gcc8-opt
. Before the MR would be merged in I'll also run some tests on x86_64-ubuntu1804-gcc7-opt
, x86_64-mac1014-clang11-opt
and x86_64-mac1015-clang11-opt
as well...