From f5596b2a38adbff698de7aff086643a3785f9ce0 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Mon, 22 Nov 2021 10:41:47 +0100 Subject: [PATCH] Switched Athena to building CORAL for itself. This is meant to fix the crashes described in ATLASRECTS-6586. --- Projects/Athena/build_externals.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Projects/Athena/build_externals.sh b/Projects/Athena/build_externals.sh index 1c5c8cabe32..642c23b4aa0 100755 --- a/Projects/Athena/build_externals.sh +++ b/Projects/Athena/build_externals.sh @@ -14,7 +14,9 @@ ATLAS_EXTRA_CMAKE_ARGS=(-DLCG_VERSION_NUMBER=101 -DATLAS_GAUDI_TAG="v36r2.000" -DATLAS_ACTS_TAG="v14.1.0" -DATLAS_ONNXRUNTIME_USE_CUDA=FALSE - -DATLAS_GEOMODEL_TAG="c04bd9d5") + -DATLAS_GEOMODEL_TAG="c04bd9d5" + -DATLAS_BUILD_CORAL=TRUE + -DATLAS_CORAL_TAG="9d9d9725") ATLAS_EXTRA_MAKE_ARGS=() # Let "the common script" do all the heavy lifting. -- GitLab