-
2.0.562a56c426 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.55: - Major updates in AtlasCMake and the project configurations for CMake 3.15+ compatibility; - Updated the repository to use FindPython.cmake instead of FindPythonInterp.cmake and FindPythonLibs.cmake everywhere; - Updated Findvalgrind.cmake to set up the correct PATH environment.
-
2.0.54f53e5c31 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.53: - Updated CheckerGccPlugins for GCC 10 compatibility; - Updated mergeConfdb2.py to handle gaudi handle properties correctly; - Marked the EXTRA_PATTERNS argument of atlas_add_test(...) deprecated; - Introduced FindPython.cmake into AtlasLCG; - Fixed a typo in the Acts build configuration.
-
1.0.580ce2ef30 · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Updated to FastJetContrib 1.041; - Fixed the generation of CINT dictionaries with SIP enabled on macOS; - Added the nlohmann_json package for the analysis projects; - Made the nightly builds a bit more robust by making use of the "export sanitizers" in the external project builds.
-
2.0.46ea3729b6 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.45: - Added a thread safety fix/patch to the FastJet build; - Updated CheckerGccPlugins with some new features; - Added a missing "entrypoints" dependency to PyModules; - Re-introduced a default atlas_export_sanitizer.cmake.in script to AtlasCMake.
-
2.0.4564fccba1 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.44: - Introduced a fix for incremental builds of changes removing an __init__.py file from the project; - Made Findtdaq.cmake and Findtdaq-common.cmake use the TDAQ_PLATFORM (cache) variable consistently; - Tweaked the compilation settings to apply certain settings correctly when using Clang as the compiler; - Fixed the Gdb build against Python 3.
-
2.0.444c468290 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.43: - Updated the code to build AthenaExternals successfully using Clang 8 set up from /cvmfs/sft.cern.ch; - Updated the Gdb build to turn off the usage of makeinfo if the texinfo package was not installed on the build machine.
-
2.0.42f5c03490 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.41: - Updated to Geant4 v10.4.3.1; - Disabled the creation of the "Package_<pkgName>_tests" targets for packages that define no tests; - Moved the inclusion of a project's PreConfig.cmake script before the setup of the project's base projects.
-
2.0.418bfba7c9 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.40: - Taught AtlasLCG how to find system-installed python modules correctly; - Added fixes for the optional installation of components in projects. (To make the installation succeed even if the build didn't.) - Now using FindPython and FindPython2 for finding python in all projects; - Added Python3 compatibility fixes to the Gdb and PyModules packages and to AtlasLCG modules; - Added an option for atlas_install_python_modules(...) not to fail on syntax errors in the installed files.