-
2.0.1313de05b0c · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.130: - Updated atlas_add_executable(...) to declare external include paths as SYSTEM includes.
-
2.0.13020aa17b3 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.129: - Updated histgrinder to version 0.1.5; - Updated CLHEP to version CLHEP_2_4_1_3_atl03; - Removed VecGeom from AthenaExternals and AthSimulationExternals, and stopped Geant4 from using it.
-
2.0.1298af57e61 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.128: - Retired the atlas_install_headers(...) function, making its use an error; - Made the projects detect relocation problems during installation; - Added the DEPENDS keyword to atlas_add_test(...) to conveniently declare dependencies between tests; - Made it possible to detect the exact version of the found python modules that provide a __version__ variable; * Made Findmccabe.cmake, Findpycodestyle.cmake and Findpyflakes.cmake report their exact versions; - Made sure that libffi would be set up correctly for the Python module builds; - Tweaked PyModules to work correctly specifically with LCG_101.
-
2.0.1286810ad83 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.127: - Fixed the setup of the LCG_python3 cache variable for CORAL and COOL; - Moved all cache variable settings into the PreConfig.cmake scripts of all the projects; - Updated flake8 to version 4.0.1; - Added FindVc.cmake to AtlasLCG, and made use of it in AthenaExternals.
-
2.0.127c82b6134 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.126: - Updated prmon to version v3.0.1; - Simplified / streamlined the VecGeom build configuration, to make it work on ARM; - Switched to building STATIC and OBJECT libraries with position independent code by default; - Updated CORAL and COOL to version 3.3.10; - Updated histgrinder to version 0.1.4; - Updated MKL to version oneMKL-2022.0.2.
-
2.0.1265abe9d17 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.125: - Added lark 1.0.0 (a parsing toolkit for Python) to PyModules; - Introduced find-modules for protobuf, boto3, botocore, jmespath and s3transfer in AtlasLCG; * Made lcg_python_external_module(...) a bit more robust in support of these new modules; - Introduced a package for building VecGeom, and updated the Geant4 build to use this build of VecGeom itself.
-
2.0.1253304ef07 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.124: - Stopped building HepMCAnalysis as part of AthGenerationExternals.
-
2.0.1244b21d529 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.123: - Silenced the messages from OpenMP while looking for the BLAS library; - Made it possible to declare multiple environment variables in atlas_add_test; - Upgraded Gdb to version 11.1; - Added the location of the sqlite executable to the PATH environment variable; - Removed cppcheck from AthenaExternals.
-
2.0.123d5065172 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.122: - Updated prmon to version v3.0.0; - Updated ONNXRuntime to version 1.9.1; - Updated CheckerGccPlugin to handle std::shared_mutex, and to work correctly with ubsan in GCC 11; - Added cppcheck as an external to AthenaExternals; - Multiple updates to AtlasCMake, aiming to make CI tests easier to set up for the atlas/athena repository; - Updated atlas_flake8 to print messages that NICOS would pick up on, in case flake8 is not available; - Updated the GeoModel build to use ZLIB from the LCG release, if an LCG release is used; - Suppressed warnings in the AnalysisBaseExternals and AthAnalysisExternals builds, which were picked up in NICOS since a little while; - Stopped the Acts build from cloning the submodules of the Acts repository.
-
2.0.12224b8b412 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.121: - Made the deduction of "nightly name" more robust for the generated ReleaseData file; - Silenced a warning about TBB_ROOT during the re-configuration of a build area that uses Gaudi; - Made the NumPy executable(s) available in the runtime environment when using Findnumpy.cmake; - Made AthenaExternals always set up the runtime environment for the CUDA version that is available to it (from the LCG release).
-
2.0.1211899b5ba · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.120: - Made the setting of VALGRIND_LIB smarter in Findvalgrind.cmake; - Made it possible not to use CUDA in onnxruntime, even if it is available; - Updated FindCrmc.cmake to be compatible with Crmc >=2.0.
-
1.0.798e56d88d · ·
Tag to be used with the 21.X branches of atlas/athena. Update(s) in this tag: - Updated onnxruntime to version 1.5.1.
-
2.0.12061cac039 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.119: - GoogleTest: Update to googletest version 1.11.0. Fixes gcc11,dbg build failures
-
2.0.1199101660d · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.118: - Added FindCUDAToolkit.cmake and FindcuDNN.cmake to AtlasLCG, to make these externals usable from LCG releases; - Updated the onnxruntime package to build the CUDA capabilities of onnxruntime, when CUDA and cuDNN are available; - Made it possible to build CORAL and COOL as part of the Athena project, if necessary; - Introduced the TDAQ_PLATFORM environment variable. Findtdaq.cmake and Findtdaq-common.cmake respect it when it's set, and set it themselves for the environment setup script.
-
2.0.113.1a6f681c8 · ·
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.118f2bbee2e · ·
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.1178807eb5d · ·
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.78de5d3114 · ·
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.77252048a5 · ·
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.116822576c5 · ·
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.