Skip to content
Snippets Groups Projects

Externals Updates, master branch (2022.12.02.)

12 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
12
  • At the same time updated AthAnalysis to use LCG_102b_ATLAS_6, once
    again in sync with all of the other LCG based projects.
    
    Introduced -DBoost_NO_WARN_NEW_VERSIONS=TRUE temporarily for the
    analysis releases as well, until we switch to CMake 3.24.3 in the
    nightly and CI systems.
@@ -9,7 +9,7 @@
ATLAS_PROJECT_NAME="AnalysisBase"
ATLAS_PROJECT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)
ATLAS_BUILDTYPE="RelWithDebInfo"
ATLAS_EXTRA_CMAKE_ARGS=()
ATLAS_EXTRA_CMAKE_ARGS=(-DBoost_NO_WARN_NEW_VERSIONS=TRUE)
ATLAS_EXTRA_MAKE_ARGS=()
# Let "the common script" do all the heavy lifting.
Loading