- Jul 26, 2021
-
-
Attila Krasznahorkay authored
TDAQ COOL/CORAL Usage, master branch (2021.07.22.) See merge request atlas/atlasexternals!860
-
Attila Krasznahorkay authored
If a directory with TDAQ's naming convention exists in the tdaq-common installation tree, it is added to CMAKE_PREFIX_PATH for AtlasLCG's find-modules to be able to use it. For the moment this would allow FindCOOL.cmake and FindCORAL.cmake to set up the COOL/CORAL installations from the tdaq-common installations that already come with those.
-
- Jul 14, 2021
-
-
Attila Krasznahorkay authored
KLFitter Update, master branch (2021.07.14.) See merge request atlas/atlasexternals!857
-
Attila Krasznahorkay authored
With version 1.4.0 it's no longer necessary.
-
-
- Jul 13, 2021
-
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch '1.0-libzip' into '1.0'" into master See merge request atlas/atlasexternals!856
-
Attila Krasznahorkay authored
add find module for libzip See merge request atlas/atlasexternals!855 (cherry picked from commit 69134c21) c3d1e82c add find module for libzip
-
- Jul 08, 2021
-
-
Attila Krasznahorkay authored
ATLASRECTS-6461, ATLINFR-4167: Update lwtnn to version 2.12.1 See merge request atlas/atlasexternals!854
-
Dan Guest authored
-
- Jul 03, 2021
-
-
Attila Krasznahorkay authored
BINARY_PATH Fix, master branch (2021.07.03.) See merge request atlas/atlasexternals!853
-
Attila Krasznahorkay authored
In the previous implementation repeated calls to find_package(...) in the same context would lead to <FOO>_BINARY_PATH growing and growing, ever being extended by $<BUILD_INTERFACE:...> and $<INSTALL_INTERFADE:...> generator expressions. Changed the code to behave in the way in which lcg_external_python_module(...) has been operating for a long time. Introducing the internal _<FOO>_BINARY_PATH variable, which clients should not really have to know about.
-
- Jul 02, 2021
-
-
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 atlas/atlasexternals!851
-
Attila Krasznahorkay authored
FastJet 3.4.0, master branch (2021.06.30.) See merge request atlas/atlasexternals!849
-
- Jul 01, 2021
-
-
Alaettin Serhan Mete authored
-
Dan Guest authored
-
- Jun 30, 2021
-
-
Attila Krasznahorkay authored
ROOT Cling Build Type Specification, master branch (2021.06.30.) See merge request atlas/atlasexternals!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.
-
- Jun 28, 2021
-
-
Attila Krasznahorkay authored
Acts v9.1.0 See merge request atlas/atlasexternals!847
-
-
- Jun 01, 2021
-
-
Attila Krasznahorkay authored
Add Find-module for Heaptrack See merge request atlas/atlasexternals!844
-
Frank Winklmeier authored
-
- May 31, 2021
-
-
Attila Krasznahorkay authored
Remove PACKAGE_VERSION macro See merge request atlas/atlasexternals!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 atlas/atlasexternals!842
-
Attila Krasznahorkay authored
Introduce Finddistro.cmake for distro python package See merge request atlas/atlasexternals!843
-
Johannes Elmsheuser authored
-
- May 28, 2021
-
-
Johannes Elmsheuser authored
-
- May 25, 2021
-
-
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.)
-
- May 21, 2021
-
-
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.
-
- May 17, 2021
-
-
Attila Krasznahorkay authored
Analysis Release LCG_100 Updates, master branch (2021.05.10.) See merge request atlas/atlasexternals!839
-
Attila Krasznahorkay authored
atlas_add_test: Add PRIVATE_WORKING_DIRECTORY option See merge request atlas/atlasexternals!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.
-