Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.113.1
    Tag to be used with the 22.0-mc20 branch of atlas/athena.
    Update(s) since 2.0.113:
      - Made it possible to build COOL and CORAL as part of AthenaExternals.
  • 2.0.118
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.117:
      - Various updates in CheckerGccPlugins;
      - Harmonised the implementation of all packages, making it possible to override what source they all build, from the CMake command line;
      - Downgraded the GeoModel version to 9668399f.
  • 2.0.117
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.116:
    * Updates to the LCG_101_ATLAS_2 equivalent versions for AnalysisBase
    * Update CORAL and COOL versions
    * Upgraded all releases to LCG_101_ATLAS_2
  • 1.0.78
    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
    * Fix for the TheP8I LCG find module
  • 1.0.77
    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
    * Add LCG find module for TheP8I
  • 2.0.116
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.115:
      - Updated the "forcedownload" command/message of the Geant4 build;
      - Added a build of SQLite to the standalone releases for Python;
      - Upgraded all releases to LCG_100_ATLAS_7, so that the CI would use that from now on;
      - Upgraded GeoModel to hash ff0b07aa;
      - Upgraded flake8 to version 3.9.2;
      - Removed stomp.py.
  • 2.0.115
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.114:
    
    CORAL/COOL Fixes for ARM64, master branch (2021.09.16.)
    Update Geant4 version to geant4.10.6.patch03.atlas03 (ATLASSIM-5409)
  • 2.0.114
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.113:
      - Updated Acts to version v12.0.1;
      - Updated GeoModel to hash ed3f6298;
  • 2.0.113
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.112:
      - Introduced the ATLAS_ALWAYS_CHECK_WILDCARDS cache variable in AtlasCMake;
      - Prevented AtlasLCG from unnecessarily adding duplicates to the CMAKE_PREFIX_PATH environment variable;
      - Fixed the dictionary handling with Ninja with CMake >=3.20;
      - Upgraded GDB to version 10.2;
      - Added the build of CORAL and COOL to projects not using tdaq-common, in case these are not available from the configured LCG release.
  • 2.0.112
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.111:
      - Added the Findlibzip.cmake module for LCG's ZIP library;
      - Updated KLFitter to version 1.4.0;
      - Updated Findtdaq-common.cmake to give access to the COOL/CORAL installations coming with tdaq-common.
  • 1.0.48.7
    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag wrt. 1.0.48.6:
      - Added onnxruntime-1.5.1 to AthenaExternals.
  • 1.0.76
    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
      - Updated KLFitter to version 1.4.0.
  • 1.0.75
    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
      - Introduced Findlibzip.cmake into AtlasLCG.
  • 2.0.111
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.110:
      - Fixed a bug in the handling of <FOO>_BINARY_PATH in lcg_external_module(...);
      - Updated lwtnn to version 2.12.1.
  • 2.0.110
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.109:
      - Made it possible to build ROOT with LLVM/Cling in Debug mode for dictionary debugging;
      - Removed the build of FastJet from all of the LCG based projects;
        * At the same time switched the build of FastJet in AnalysisBaseExternals to version 3.4.0, in sync with LCG_100_ATLAS_5;
      - Upgraded lwtnn to version 2.12;
      - Upgraded prmon to version 2.2.1;
      - Removed some unnecessary printouts from the build of dictionaries and converters.
  • 2.0.109
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.108:
      - Removed the automated setting of the PACKAGE_VERSION macro from the compilation commands;
        * At the same time added the PACKAGE macro to the build of resolveAtlasAddr2Line, which was previously silently relying on the existence of the PACKAGE_VERSION macro;
      - Added Findheaptrack.cmake to AtlasLCG;
      - Updated Acts to version v9.1.0.
  • 2.0.108
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.107:
      - Updated CheckerGccPlugins to handle atomics more reliably, and to ignore the unwind.h and XercesC headers;
      - Introduced Finddistro.cmake into AtlasLCG.
  • 2.0.107
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.106:
      - Updated AnalysisBaseExternals to use external versions in sync with LCG_100;
        * Introduced simple patches for KLFitter and BAT to make them compatible with ROOT 6.24/00;
        * Upgraded Boost to version 1.75.0;
        * Upgraded HDF5 to version 1.10.6;
        * Upgraded libxml2 to version 2.9.10;
        * Upgraded nlohmann_json to version 3.9.1;
        * Upgraded Cython to version 0.29.21 and pip to version 21.0.1 (both as part of the PyAnalysis package);
        * Upgraded XRootD to version 5.1.1;
          * Building OpenSSL 1.1.1 for XRootD, if it is not available on the build system already;
        * Upgraded ROOT to version 6.24/00.
      - Introduced the PRIVATE_WORKING_DIRECTORY option for atlas_add_test(...);
      - Made FindGaudi.cmake compatible with the latest Gaudi master version.
  • 2.0.106
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.105:
      - Updated triSYCL to a version that works correctly with GCC 10;
      - Added the PyModules and flake8_atlas packages to AthAnalysisExternals;
      - Updated the dictionary building code to work without warnings with Ninja in CMake 3.20+;
      - Updated Acts to version v8.1.0.
  • 2.0.105
    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.104:
      - Updated FindSuperchic.cmake to add the Superchic executables to the environment, and set up SUPERCHICPATH in the runtime environment as well;
      - Removed the PACKAGE_VERSION_UQ definition from the compilation commands;
      - Added the ATLAS_PACKAGE_NAME definition to all compilation commands executed in "ATLAS packages";
      - Removed the global setting of the HAVE_64_BITS, __IDENTIFIER_64BIT__ and FVOIDP compiler definitions.