- 31 Aug, 2018 1 commit
-
-
Attila Krasznahorkay authored
Cherry pick "Merge branch 'ext_klfmerge_master' into 'master'" to 1.0 See merge request atlas/atlasexternals!337
-
- 30 Aug, 2018 1 commit
-
-
Attila Krasznahorkay authored
Modified KLFitter and lwtnn CMakeLists files to take the tarballs from the web… See merge request atlas/atlasexternals!336 (cherry picked from commit eed4de7b) 80c87891 Modified KLFitter and lwtnn CMakeLists files to take the tarballs from the web…
-
- 28 Aug, 2018 6 commits
-
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'hdf5' into 'master'" to 1.0 See merge request atlas/atlasexternals!335
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'update-lwtnn' into 'master'" into 1.0 See merge request atlas/atlasexternals!334
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'klf-update' into 'master'" into 1.0 See merge request atlas/atlasexternals!333
-
Attila Krasznahorkay authored
HDF5: use cmake-based build and bump version to 1.10.2 See merge request atlas/atlasexternals!328 (cherry picked from commit c53776c6) 72ef1282 Removed extra build arguments 370f3a96 Removed redeploy command in install step af1b9c2a Switched to cmake-based build for HDF5 106c6c1e Update HDF5 tar ball location to internal webpage
-
Attila Krasznahorkay authored
Bump lwtnn to v2.7 See merge request atlas/atlasexternals!332 (cherry picked from commit f2ee3292) 1a6514d6 Bump lwtnn to v2.7 2ae2372a Bump version to 2.7.1
-
Attila Krasznahorkay authored
Yet another version bump of KLFitter to v1.2.0 See merge request atlas/atlasexternals!331 (cherry picked from commit 0205ee92) f7ded4ff Updated KLFitter to v1.2.0
-
- 27 Jul, 2018 2 commits
-
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'klfitter-update' into 'master'" into 1.0 See merge request atlas/atlasexternals!329
-
Attila Krasznahorkay authored
Update KLFitter version to v1.1.0 See merge request atlas/atlasexternals!326 (cherry picked from commit 94c0a337) 222c31ea Update KLFitter to version 1.1.0 3a4f3722 Update copyright notice dates 4e214b29 Added purgeBuild step for KLFitter to clean up previous builds
-
- 20 Jul, 2018 3 commits
-
-
Attila Krasznahorkay authored
ART Externals Fix, 1.0 branch (2018.07.20.) See merge request atlas/atlasexternals!325
-
Attila Krasznahorkay authored
Since this branch has to be able to use LCG_87 and 88, Findpytools.cmake must not require chardet, idna and urllib3 to be found. As they are all part of the pytools package in these older LCG releases. For such releases the code just reports these 3 externals "missing", and then moves on.
-
Attila Krasznahorkay authored
These are packages that all used to live within pytools/, but by now SFT started removing them, and putting them into their individual packages. While urllib3 is still part of pytools as well in LCG_93x, it seemed safer to introduce Findurllib3.cmake at the same time as well.
-
- 21 Jun, 2018 3 commits
-
-
Attila Krasznahorkay authored
ATLAS_PLATFORM Handling Update, 1.0 branch (2018.06.21.) See merge request atlas/atlasexternals!317
-
Attila Krasznahorkay authored
ROOT NumPy Dependency, 1.0 branch (2018.05.24) See merge request atlas/atlasexternals!312
-
Attila Krasznahorkay authored
This is to fix the issue described in ATLINFR-2388. To avoid CMake getting confused about some parts of the code handling ATLAS_PLATFORM as a cache variable, while other parts handle it as a "normal" one.
-
- 11 Jun, 2018 1 commit
-
-
Walter Lampl authored
add AthGenerationExternals to the Projects See merge request atlas/atlasexternals!313
-
- 04 Jun, 2018 2 commits
-
-
Ewelina Maria Lobodzinska authored
-
Ewelina Maria Lobodzinska authored
-
- 24 May, 2018 1 commit
-
-
Attila Krasznahorkay authored
Had to change the ROOT build to execute the CMake configuration command in a hand-written way, to make sure that CMake can find NumPy for ROOT. (This needs some extra environment setup.) Plus simply made the ROOT target wait for Package_PyAnalysis to be finished. This seemed easier than to put in logic into the ROOT package that figures out when we build NumPy exactly and when we don't.
-
- 03 May, 2018 1 commit
-
-
Ewelina Maria Lobodzinska authored
this project will replace AthenaGenerators for the AthGenerations release
-
- 02 May, 2018 5 commits
-
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'klf-inclusion' into 'master'" into 1.0 See merge request atlas/atlasexternals!308
-
Attila Krasznahorkay authored
Add KLFitter to atlasexternals See merge request atlas/atlasexternals!229 (cherry picked from commit 3e11741f) c4254bfd Added very basic cmake configuration for KLFitter f01df4ee Added KLFitter to the AnalysisBaseExternals package filters 33356835 Added KLFitter to the AthAnalysisExternals package filters 55a8461f Changed authentication for KLFitter repo to SSH 7cb2ede2 Update KLFitter version (now using cmake for compilation) 430d66cb Updated KLFitter version (fix strategies for finding dependencies) 125a5345 Updated KLFitter (located now on github, v1.0.0) acec2632 Make use of KLFitter cmake option to not build examples a3724a13 Fixed FindKLFitter module with correct include names 5430ed23 Removed outdated remark in comment section
-
Attila Krasznahorkay authored
Disable Boost Static Library Builds, 1.0 branch (2018.04.30.) See merge request atlas/atlasexternals!303
-
Attila Krasznahorkay authored
BAT Dictionary Fix, 1.0 branch (2018.05.01.) See merge request atlas/atlasexternals!304
-
Attila Krasznahorkay authored
It turned out that BAT's dictionary generation is/was not compatible with out-of-source builds. Making the generated library quite unusable since the build was turned such.
-
- 30 Apr, 2018 1 commit
-
-
Attila Krasznahorkay authored
This is because we anyway link against the shared Boost libraries by default, and our environment setup is written with the assumption that we would use the dynamic libraries. This is to save a bit on disk space and build time for the future analysis releases.
-
- 20 Apr, 2018 5 commits
-
-
Attila Krasznahorkay authored
Python Installation Fix, 1.0 branch (2018.04.20.) See merge request atlas/atlasexternals!298
-
Attila Krasznahorkay authored
Turns out that CMake can get confused in certain situations about what we mean as a dependency of a custom command, if we're not explicit enough. With this update this confusion should not happen anymore.
-
Attila Krasznahorkay authored
XRootD 4.8.2 Update, 1.0 branch (2018.04.20.) See merge request atlas/atlasexternals!295
-
Attila Krasznahorkay authored
Dropped dmtcp See merge request atlas/atlasexternals!292
-
Attila Krasznahorkay authored
This is to fix the issue that showed up on the grid, with xrootd 4.7.0 not being able to read files from older dCache servers correctly. Added XRootD to the AthAnalysisExternals build as well, overriding the version coming from LCG(_93). Had to make the XRootD configuration a bit smarter to get a correct build on top of an LCG release.
-
- 19 Apr, 2018 3 commits
-
-
Attila Krasznahorkay authored
Add Davix, 1.0 branch (2018.04.19.) See merge request !293
-
Attila Krasznahorkay authored
Had to tweak the configuration of Davix to make this happen. The goal here is to override the version of Davix coming from LCG. While not recompiling other packages that LCG provides, and which depend on Davix. (ROOT in particular.)
-
Vakhtang Tsulaia authored
-
- 18 Apr, 2018 1 commit
-
-
Attila Krasznahorkay authored
Tweaked the ROOT build configuration to wait for the Davix build in case that library is being built by the current project, and use those libraries instead of the ones built by ROOT internally.
-
- 17 Apr, 2018 3 commits
-
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
standalone analysis releases.
-
Attila Krasznahorkay authored
-
- 16 Apr, 2018 1 commit
-
-
Attila Krasznahorkay authored
Disable ACTS, 1.0 branch (2018.04.16.) See merge request !288
-