Skip to content

OnnxRuntime Update, master branch (2020.05.20.)

Taught onnxruntime how to build in case we are not using an LCG release.

  • It was taught to either look for Python, or take it from the build of the same project that builds it as well. (This is what happens for AnalysisBaseExternals.)
  • Updated the code to propagate information of where to pick up libpng and zlib from, that doesn't depend on variables set up for an LCG release.

At the same time added this external to AthAnalysisExternals and AthDerivationExternals as well.

Ping @dbakshig, @dguest, @afarbin.

Merge request reports