Skip to content

AthAnalysisExternals Updates, master branch (2020.12.09.)

Added CLHEP and yampl to AthAnalysisExternals. As it turns out, we do need both of these in the master branch as well...

Though for CLHEP this was rather a way to work around a deeper issue. 😦 The current setup of FindCLHEP.cmake is unfortunately incompatible with FindGaudi.cmake. Or rather, it's incompatible with the CMake configuration coming with CLHEP itself. (https://gitlab.cern.ch/CLHEP/CLHEP/-/blob/develop/cmake/Templates/CLHEPConfig.cmake.in) But instead of getting into some bigger development, for now I just added our custom build of CLHEP to this project as well...

This is all for ATLASG-1552 of course.

Merge request reports