From 3e69a3d2e5495ede447655ff923ab36c196fde34 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Thu, 21 Sep 2017 11:08:29 +0200 Subject: [PATCH] Update 21.0 to use GAUDI Version v27r1.014 GAUDI version `v27r1.013` adds a legacy fix for `AlgContextSvc`. (See GAUDI-1305 and ATR-16745.) This is already in use in the `21.1` and `21.0-TrigMC` branches. GAUDI version `v27r1.014` disables the deprecation warnings about `SmartIF& Converter::messageService()` being dropped in version `v28r1` as this version will never be used in the 21.0 branch and these warnings make it harder to spot other build warinings. --- Projects/AthDerivation/externals.txt | 2 +- Projects/AthSimulation/externals.txt | 2 +- Projects/Athena/externals.txt | 2 +- Projects/AthenaP1/externals.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Projects/AthDerivation/externals.txt b/Projects/AthDerivation/externals.txt index 72aed571598b..f6cd875fc7e4 100644 --- a/Projects/AthDerivation/externals.txt +++ b/Projects/AthDerivation/externals.txt @@ -6,4 +6,4 @@ # forbidden. AthDerivationExternalsVersion = 1.0.17 -GaudiVersion = v27r1.012 +GaudiVersion = v27r1.014 diff --git a/Projects/AthSimulation/externals.txt b/Projects/AthSimulation/externals.txt index bd1c61350515..13c98c196d48 100644 --- a/Projects/AthSimulation/externals.txt +++ b/Projects/AthSimulation/externals.txt @@ -6,4 +6,4 @@ # forbidden. AthSimulationExternalsVersion = 1.0.17 -GaudiVersion = v27r1.012 +GaudiVersion = v27r1.014 diff --git a/Projects/Athena/externals.txt b/Projects/Athena/externals.txt index 6fe008dca298..d92af466cb8b 100644 --- a/Projects/Athena/externals.txt +++ b/Projects/Athena/externals.txt @@ -6,4 +6,4 @@ # forbidden. AthenaExternalsVersion = 1.0.17 -GaudiVersion = v27r1.012 +GaudiVersion = v27r1.014 diff --git a/Projects/AthenaP1/externals.txt b/Projects/AthenaP1/externals.txt index 6fe008dca298..d92af466cb8b 100644 --- a/Projects/AthenaP1/externals.txt +++ b/Projects/AthenaP1/externals.txt @@ -6,4 +6,4 @@ # forbidden. AthenaExternalsVersion = 1.0.17 -GaudiVersion = v27r1.012 +GaudiVersion = v27r1.014 -- GitLab