- Apr 21, 2023
-
-
Attila Krasznahorkay authored
Header Installation Fix, 1.0 branch (2023.04.21.) See merge request atlas/atlasexternals!1012
-
Attila Krasznahorkay authored
Now it works correctly with the CMake default installation method as well, not just with the ATLAS specific cpack_install.sh.in script.
-
- Mar 30, 2023
-
-
Attila Krasznahorkay authored
CPack Update, 1.0 branch (2023.03.30.) See merge request atlas/atlasexternals!1009
-
Attila Krasznahorkay authored
In cases where package build is allowed (or even encouraged) to fail in case of errors, relying on the default behaviour of CMake/CPack is just the easiest thing to do.
-
- Jun 23, 2022
-
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'master-scipy' into 'master'" into 1.0 See merge request atlas/atlasexternals!965
-
Attila Krasznahorkay authored
add find module for scipy See merge request atlas/atlasexternals!962 (cherry picked from commit 34e69b18) 418dae21 Findscipy.cmake to be added 469fa824 Findscipy.cmake to be added 41ba9767 add find module for scipy
-
- Nov 10, 2021
-
-
Attila Krasznahorkay authored
Update ONNX Version in AnalysisBase See merge request atlas/atlasexternals!886
-
- Nov 03, 2021
-
-
upgrading from onnxruntime_1.1.1 to onnxruntime_1.5.1 See merge request atlas/atlasexternals!746 (cherry picked from commit c0601ab1) 85f34746 ramping up onnxruntime_1.1.1 to onnxruntime_1.5.1 4dd6ce77 Added new URL...
-
- Oct 21, 2021
-
-
Johannes Elmsheuser authored
FindTheP8I: fix capitalisation problem See merge request atlas/atlasexternals!880
-
Ewelina Maria Lobodzinska authored
-
- Oct 20, 2021
-
-
Johannes Elmsheuser authored
add find module for TheP8I See merge request atlas/atlasexternals!879
-
-
- Jul 14, 2021
-
-
Attila Krasznahorkay authored
ATLINFR-4168: Update KLFitter to version 1.4.0 See merge request !846
-
-
- Jul 13, 2021
-
-
Attila Krasznahorkay authored
add find module for libzip See merge request !855
-
- Jul 12, 2021
-
-
Ewelina Maria Lobodzinska authored
-
- Apr 16, 2021
-
-
Attila Krasznahorkay authored
Defining Superchic Path See merge request !828
-
-
- Mar 25, 2021
-
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'add-in-access-to-prophecy-hto4l' into 'master'" into 1.0 See merge request !827
-
Attila Krasznahorkay authored
-
- Mar 24, 2021
-
-
Attila Krasznahorkay authored
adding in config files for prophecy4f and hto4l See merge request !826 (cherry picked from commit a5894dec) 8d0a58da adding in config files for prophecy4f and hto4l a4b4608b Added find-modules for prophecy4f and hto4l 87570510 fix conflicts, and change photos to correct executable
-
- Feb 18, 2021
-
-
Attila Krasznahorkay authored
PyAnalysis Improvement, 1.0 branch (2021.02.18.) See merge request !821
-
Attila Krasznahorkay authored
As this can lead to a very rare issue where multiple processes would be trying to update the installation area of the python modules at the same time.
-
- Feb 16, 2021
-
-
Attila Krasznahorkay authored
add find module for APFEL lib required by the new superchic version -... See merge request !816
-
- Feb 15, 2021
-
-
Ewelina Maria Lobodzinska authored
add find module for APFEL lib required by the new superchic version - athena!40625
-
- Jan 04, 2021
-
-
Attila Krasznahorkay authored
yampl Build Update, 1.0 branch (2021.01.04.) See merge request !798
-
Attila Krasznahorkay authored
This is meant to solve the incremental build errors that started showing up recently. Possibly because of some updates in the behaviour of GitHub itself.
-
- Oct 08, 2020
-
-
Attila Krasznahorkay authored
HDF5 Build Update, 1.0 branch (2020.10.08.) See merge request !754
-
Attila Krasznahorkay authored
I didn't find any really good ways to make those files relocatable. And they actively hurt us during the nightly/CI builds of the projects. So it's easier to just not install them at all.
-
- Oct 06, 2020
-
-
Attila Krasznahorkay authored
FindCairo.cmake Fix, 1.0 branch (2020.10.06.) See merge request !752
-
Attila Krasznahorkay authored
-
- Sep 29, 2020
-
-
Attila Krasznahorkay authored
UUID Handling Fix, 1.0 branch (2020.09.29.) See merge request atlas/atlasexternals!741
-
Attila Krasznahorkay authored
Since the TDAQ code was/is compiled against UUID as provided by the operating system, the offline build must do the same thing for all of its code.
-
- Sep 24, 2020
-
-
Attila Krasznahorkay authored
LCG_97a Updates, 1.0 branch (2020.09.24.) See merge request atlas/atlasexternals!736
-
Attila Krasznahorkay authored
Previously the ROOT build would not find the correct version of Python on macOS, and even on Linux it would only find the correct version by chance.
-
Attila Krasznahorkay authored
-
- Sep 23, 2020
-
-
Attila Krasznahorkay authored
This is to avoid seeing warnings when building the projects with CMake 3.15+. Which is necessary to avoid seeing warnings from FindBoost.cmake for the Boost version that we now use.
-
Attila Krasznahorkay authored
With Xcode 12.0 the build produces warnings, which are in turn interpreted as build errors due to -Werror. While at it, I also explicitly disabled the build of the examples coming with HDF5.
-
Attila Krasznahorkay authored
UUID Fixes, 1.0 branch (2020.09.23.) See merge request atlas/atlasexternals!734
-
Attila Krasznahorkay authored
-