Skip to content

Add a patch for flatbuffers so that onnxruntime compiles with clang16

This MR adds a patched flatbuffers zip file https://atlas-software-dist-eos.web.cern.ch/externals/onnxruntime/flatbuffers-v1.12.0-patch.zip so that onnxruntime 1.15.1 compiles with clang16 as discussed in ATLINFR-5016.

This a follow up to MR !1029 (merged)

The patch applied in the flatbuffers zip file is the same as done in the previously applied patch https://gitlab.cern.ch/atlas/atlasexternals/-/blob/main/External/onnxruntime/patches/onnxruntime-v1.11.1.patch

Merge request reports