-
1.0.82821da6b8 · ·
Tag to be used with the 21.X branches of atlas/athena. Update(s) in this tag: - Made atlas_install_headers(...) work correctly with -DATLAS_USE_CUSTOM_CPACK_INSTALL_SCRIPT=FALSE.
-
1.0.81414f2140 · ·
Tag to be used with the 21.X branches of atlas/athena. Update(s) in this tag: - Made it possible to not use the cpack_install.sh script during CPack packaging.
-
2.0.152d7d192fe · ·
Tag to be used with the master and 23.0 branches of atlas/athena. Update(s) since 2.0.151: - CheckerGccPlugins: Fix checking for a pointer bound to a const reference; - Fixed the build of Gdb with Clang 16; - Introduced Findauth_get_sso_cookie.cmake; - Updated setuptools to version 57.1.0; - Updated wheel to version 0.37.1.
-
2.0.14919ba5b34 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.148: - Upgraded PyModules and flake8_atlas to flake8 6.0.0; - Updated the TBB and PyAnalysis builds to work correctly with Clang (on macOS); - Upgraded Geant4 to version 10.6.3.6; - Upgraded the versions of Acts, CLHEP, Davix, Gaudi and GeoModel to the ones used already through build_externals.sh overrides.
-
2.0.1485a653e12 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.147: - Updated CheckerGccPlugins with the following: * Various cleanups/fixes. Updates for gcc13. * Remove code for ctor/dtor attribute workaround that was needed for gcc versions prior to 10. * We special-case a number of methods, allowing them to be overridden with inconsistent threading attributes. This is used for things like the Gaudi initialize() and finalize() methods. Change to get this list from the configuration file rather than a hard-coded list. * Add new warning: passing a pointer member from a const member function to a non-const pointer argument. - Updated lwtnn to version 2.13; - Added Findgl2ps.cmake to AtlasLCG.
-
2.0.1415e6eda0a · ·
Tag to be used with the master/22.0 branch of atlas/athena. Update(s) since 2.0.140: - Updated CheckerGccPlugins with the following: * Skip checking of _rootcint.cxx files. * Replace the hardcoded list of directory names for code that is to be considered thread-safe with a configuration parameter. * For warnings about calling non-const methods via a pointer member from a const method, realize that unique_ptr::get() also returns the pointer. Treat it like operator->. Also fix an issue with suppressing this warning for unique_ptr. * Don't warn about overriding the non-const execute() method of Algorithm with a non-thread-safe method. * Fix warning suppression for ctor calls. * Remove references to ATLAS_CTORDOR_NOT_THREAD_SAFE workaround. * Warn about writing via a pointer member in a const member function.
-
2.0.14029c503a6 · ·
Tag to be used with the master/22.0 branch of atlas/athena. Update(s) since 2.0.139: - Updated FindGeant4.cmake to set up the data files from EOS by default instead of AFS; - Updated the Geant4 build to use our own build of VecGeom; - Updated the RPM building configuration to work on CentOS Stream 9.
-
2.0.1378da3df1c · ·
Tag to be used with the master/22.0 branch of atlas/athena. Update(s) since 2.0.136: - Added GDB to AthAnalysisExternals; - Added the Findscipy.cmake module; - Fixed the dSFMT build/installation on CentOS (Stream) 9; - Removed the obsolete global Gaudi definitions from AtlasCMake; - Updated ONNXRuntime to version 1.11.1; * Switching on the build of the CUDA backend of ONNXRuntime by default (if CUDA/cuDNN are available).