- 28 Jun, 2021 2 commits
-
-
Attila Krasznahorkay authored
Acts v9.1.0 See merge request !847
-
-
- 01 Jun, 2021 2 commits
-
-
Attila Krasznahorkay authored
Add Find-module for Heaptrack See merge request !844
-
Frank Winklmeier authored
-
- 31 May, 2021 5 commits
-
-
Attila Krasznahorkay authored
Remove PACKAGE_VERSION macro See merge request !841
-
Frank Winklmeier authored
The `bfd.h` header requires `PACKAGE` or (`PACKAGE_VERSION`) to be defined. This is usually done by autotools. Since we don't use that in our build and since we just removed the ATLAS-specific `PACKAGE_VERSION` the build of `resolveAtlasAddr2Line` started failing.
-
Attila Krasznahorkay authored
thread-safety checker updates See merge request !842
-
Attila Krasznahorkay authored
Introduce Finddistro.cmake for distro python package See merge request !843
-
Johannes Elmsheuser authored
-
- 28 May, 2021 1 commit
-
-
Johannes Elmsheuser authored
-
- 25 May, 2021 2 commits
-
-
Frank Winklmeier authored
`PACKAGE_VERSION` is no longer relevant/used in the athena repository. `ATLAS_PACKAGE_NAME` can be used to access the package name itself during the build. Relates to ATEAM-731.
-
scott snyder authored
White-list static objects found in xercesc headers. (xercesc claims to be thread-safe.)
-
- 21 May, 2021 2 commits
-
-
scott snyder authored
Consider unwind.h functions thread-safe.
-
scott snyder authored
For the thread-safety checker: allow passing atomics by pointer/reference to any function, not just std::atomic members.
-
- 17 May, 2021 5 commits
-
-
Attila Krasznahorkay authored
Analysis Release LCG_100 Updates, master branch (2021.05.10.) See merge request !839
-
Attila Krasznahorkay authored
atlas_add_test: Add PRIVATE_WORKING_DIRECTORY option See merge request !837
-
Frank Winklmeier authored
Add option to run the test in a private working directory. This avoids users having to write this code manually and also standardizes the location of these private test directories. Private working directories are always deleted before running the test to avoid left-overs during incremental or local builds.
-
Attila Krasznahorkay authored
FindGaudi.cmake Update, master branch (2021.05.17.) See merge request !840
-
Attila Krasznahorkay authored
In a recent change Gaudi switched to preferring to use the TBBConfig.cmake file shipped with the LCG TBB installation. Setting TBB_ROOT explicitly in FindGaudi.cmake makes sure that GaudiConfig.cmake would find TBB successfully.
-
- 11 May, 2021 2 commits
-
-
Attila Krasznahorkay authored
XRootD 5.1.1 *must* have OpenSSL, otherwise it can not build itself. Since OpenSSL is not available on macOS out of the box, the package will now attempt to build it itself if necessary. Note that the OpenSSL build is not set up all too rigorously. It does not follow CMAKE_BUILD_TYPE for putting debug symbols on the OpenSSL libraries, or use ZLib consistently with what XRootD is doing. But since it will technically only be built on macOS where ZLib always comes from the OS, this should be good enough...
-
Attila Krasznahorkay authored
Cppyy Fixes, master branch (2021.05.05.) See merge request !838
-
- 10 May, 2021 10 commits
-
-
Attila Krasznahorkay authored
Removed the patches that should no longer be necessary, and upgrading the VDT patch that's still valid.
-
Attila Krasznahorkay authored
Removed the patch files meant for version 4.12.3 at the same time. If patches for macOS or Ubuntu will be necessary, they shall be added separately.
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
- 05 May, 2021 2 commits
-
-
Attila Krasznahorkay authored
LCG's ROOT requires VDT to be in the runtime environment. So made AthenaExternals explicitly depend on it, so that its runtime environment would be a bit more usable in a "standalone" way.
-
Attila Krasznahorkay authored
This is meant to silence a warning while using cppyy from Python. The setting is made in sync with what ROOT's thisroot.sh script does.
-
- 04 May, 2021 4 commits
-
-
Attila Krasznahorkay authored
Bump Acts to v8.1.0 See merge request !836
-
Vincent R. Pascuzzi authored
-
Attila Krasznahorkay authored
AthAnalysisExternals: add flake8 packages See merge request !834
-
Attila Krasznahorkay authored
CMake 3.20 Compatibility, master branch (2021.05.03.) See merge request !835
-
- 03 May, 2021 1 commit
-
-
Attila Krasznahorkay authored
This avoids a warning from the dictionary generator code when using Ninja as the build system generator.
-
- 29 Apr, 2021 1 commit
-
-
Frank Winklmeier authored
Add PyModules and flake8_atlas to the list of packages.
-
- 26 Apr, 2021 1 commit
-
-
Attila Krasznahorkay authored
triSYCL Update, master branch (2021.04.26.) See merge request !833
-