Skip to content
Snippets Groups Projects
Commit d2734e09 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Johannes Elmsheuser
Browse files

Externals Update, master branch (2021.08.23.)

parent e43c44ee
No related branches found
No related tags found
11 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46538Draft: Added missing xAOD::TrigConfKeys from DESDM_MCP,!46514TGC Digitization: Implementation of signal propagation time between the sensor edge and ASD,!46389URGENT : egamma monitoring tag for reprocessing,!46095Draft: fix TrackingGeometry reordering bugs in serial athena,!46015Externals Update, master branch (2021.08.23.)
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AnalysisBaseExternalsVersion = 2.0.112
AnalysisBaseExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthAnalysisExternalsVersion = 2.0.112
AthAnalysisExternalsVersion = 2.0.113
......@@ -5,4 +5,4 @@
# an "origin/" prefix before it. For tags however this is explicitly
# forbidden.
AtlasExternalsVersion = 2.0.112
AtlasExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthGenerationExternalsVersion = 2.0.112
AthGenerationExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthSimulationExternalsVersion = 2.0.112
AthSimulationExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthenaExternalsVersion = 2.0.112
AthenaExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AtlasExternalsVersion = 2.0.112
AtlasExternalsVersion = 2.0.113
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
VP1LightExternalsVersion = 2.0.112
VP1LightExternalsVersion = 2.0.113
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#
# Project file for building a selected set of packages against an
# installed ATLAS release/nightly.
......@@ -85,6 +85,11 @@ atlas_ctest_setup()
set( CMAKE_EXPORT_COMPILE_COMMANDS TRUE CACHE BOOL
"Create compile_commands.json" FORCE )
# Re-check all of the wildcarded expressions on every re-build in this
# project.
set( ATLAS_ALWAYS_CHECK_WILDCARDS TRUE CACHE BOOL
"(Re-)Check wildcards in file specifications on every build" )
# Set up a work directory project with the same version as our parent:
atlas_project( USE ${ATLAS_PROJECT} ${${ATLAS_PROJECT}_VERSION}
PROJECT_ROOT ${CMAKE_SOURCE_DIR}/../../ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment