Skip to content
Snippets Groups Projects

Externals Updates, master branch (2022.12.02.)

13 files
+ 16
14
Compare changes
  • Side-by-side
  • Inline
Files
13
  • 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.
    
    Had to introduce a patch for Davix in AnalysisBaseExternals to
    silence a useless CMake configuration warning coming from libcurl.
@@ -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