Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.1.34
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.33
      - Update to xrootd 5.7.2
      - FindGaudi: remove explicit setting of SYSTEM library
  • 2.1.16.2
    Tag to be used with the 24.0 branch of atlas/athena.
    Update(s) since 2.1.16.1:
    Sweeping updates for LCG_106a compatibility from main to atlasexternals 2.1.16-patches branch
    * Updates for python 3.11 with AnalysisBase
    * CMake 3.29.2 Update, main branch (2024.06.10.) See ATLINFR-5342
    * Update AnalysisBase externals to match LCG106a
    * Fix typo in option to disable python clients of xrootd for AnalysisBase
    * CI Fix, main branch (2024.08.27.)
    * Update CORAL/COOL to 3.3.17
    * GeoModel version to 5.0.3 to match what is used in 24.0 branch of athena
    * Acts version to v32.0.2 to match what is used in the 24.0 branch
    * Gaudi version to v38r0.004 to match what is used in the 24.0 branch
  • 2.1.33
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.32:
      - update gdb to 15.2 with zstd support
      - update Geant4 to v10.6.3.15 with fixes to cmake_minimum_required
  • 2.1.32
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.31:
      - Raised the minimum CMake version required by all projects to 3.25;
      - Updated the code as necessary, to avoid generating warnings with this higher minimum version;
      - Switched off the treatment of imported targets as non-system includes. At the same time explicitly set the ATLAS library exports to be non-system exports.
  • 2.1.31
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.30:
      - Introduced Findchaplin.cmake, Findcln.cmake, Findggvvamp.cmake, Findqqvvamp.cmake and Findginac.cmake into AtlasLCG.
  • 2.1.30
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.29:
      - Update to LCG_106a_ATLAS_3 and several package version updates
      - Update to pyami 5.1.7 to address python 3.12 issues
      - Speedup package filtering
      - Update to prmon 3.1.1
  • 2.1.29
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.28:
      - Made it possible to compress the payload of the detached debug info files;
      - Taught FindCppcheck.cmake to set up an RPM dependency on the appropriate LCG package;
      - Updated FindBoost.cmake to silence warnings coming from CMake 3.30+.
  • 2.1.28
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.27:
      - Update AnalysisBase externals to match LCG106a
  • 2.1.27
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.26:
      - Projects: remove GAUDI_V20_COMPAT compiler flag
  • 2.1.26
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.25:
      - Updated Acts to version 37.0.1;
      - Updated Geant4 to version 10.6.3.14;
      - Introduced nanobind 2.1.0 into AnalysisBaseExternals and AthAnalysisExternals;
        * Did this using Externals/PyModules, adding this package to AnalysisBaseExternals along the way.
  • 2.1.25
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.24:
      - Updated Acts to version 36.3.2 and enabled its GeoModel plugin.
  • 2.1.24
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.23:
      - Update to onnxruntime 1.19.2
  • 2.1.23
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.22:
      - Made fixes to FindGaudi.cmake, to make it work correctly now that Gaudi has its headers in a unique location.
  • 2.1.22
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.21:
      - Updated CheckerGccPlugins: Improvements with/for GCC 14;
      - Fixed a configuration issue in the (standalone) XRootD build;
      - Similar to GeoModel, separated the headers of Acts, Gaudi, Geant4 and VecMem into their separate directories;
      - Updated Finctdaq-common.cmake to pick up more of tdaq-common's Python code;
      - Updated the external versions to the ones used in the Athena,main builds at the moment.
  • 2.1.21
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.20:
      - Made the GeoModel build put the GeoModel header files into a unique subdirectory.
  • 2.1.20
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.19:
    * Add patch for the ROOT 6.32/02 version setting in cmake
  • 2.1.19
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.18:
    * Updates for python 3.11, ROOT 6.32/02, sync with LCG_106 in AnalysisBase
    * Update COOL/CORAL to 3.3.18
  • 2.1.16.1
    Tag to be used with the 24.0 branch of atlas/athena.
    Update(s) since 2.1.16:
      - Updated CheckerGccPlugins: Added support for GCC 14 and LTO;
      - Added CheckerGccPlugins to AthSimulationExternals.
  • 2.1.18
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.17:
      - Introduced Findcoverage.cmake and FindGeneva.cmake into AtlasLCG;
      - Made AtlasCMake and AtlasLCG detect AlmaLinux a little more robustly;
      - Made  the code compatible with CMake 3.29+;
        * while updating the CI to test the build on AlmaLinux 9 and CentOS 7 with CMake 3.29.2.
  • 2.1.17
    Tag to be used with the main branch of atlas/athena.
    Update(s) since 2.1.16:
      - Added prmon to AthGenerationExternals;
      - Made AtlasCMake's install commands more rigorous about missing files;
      - Updated CheckerGccPlugins: Added support for GCC 14 and LTO;
      - Updated prmon to version 3.1.0;
      - Added Findflake8_bugbear.cmake and Findflake8_builtins.cmake to AtlasLCG;
      - Added CheckerGccPlugins to AthSimulationExternals;
      - Updated CORAL and COOL to version(s) 3.3.17.