- 02 Jul, 2021 5 commits
-
-
Attila Krasznahorkay authored
Silence Ninja, master branch (2021.07.02.) See merge request !852
-
Attila Krasznahorkay authored
Those were just there to have a valid command for those custom commands. But they were polluting the output from Ninja builds unnecessarily...
-
Attila Krasznahorkay authored
ATLINFR-4161, ATLINFR-4147: Update to lwtnn v2.12 See merge request !850
-
Attila Krasznahorkay authored
Update prmon to v2.2.1 See merge request !851
-
Attila Krasznahorkay authored
FastJet 3.4.0, master branch (2021.06.30.) See merge request !849
-
- 01 Jul, 2021 2 commits
-
-
Alaettin Serhan Mete authored
-
Dan Guest authored
-
- 30 Jun, 2021 5 commits
-
-
Attila Krasznahorkay authored
ROOT Cling Build Type Specification, master branch (2021.06.30.) See merge request !848
-
Attila Krasznahorkay authored
As they should now find a thread-safe version of FastJet in LCG itself. At the same time removed the build of HepMCAnalysis from AthenaExternals and AthSimulationExternals as well. Since this only needed to be re-built by us to account for any changes in FastJet. (But we've not been relying on this for quite some time anyway...)
-
Attila Krasznahorkay authored
I'm quite afraid that these libraries were just not built with an appropriate optimisation setting so far. :-(
-
Attila Krasznahorkay authored
Making our code choose optimisation flags explicitly for the build, since the 3.4.0 configuration doesn't do that anymore for some reason.
-
Attila Krasznahorkay authored
By default ROOT builds Cling in Release mode, regardless of the build mode of the rest of ROOT. Since this can prevent us from debugging more complicated dictionary issues, a new cache variable was now introduced to allow us to specify the Cling build type to ROOT conveniently.
-
- 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 7 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
-