- May 07, 2020
-
-
Attila Krasznahorkay authored
flake8_atlas: Make filterFiles error a warning See merge request atlas/atlasexternals!676
-
Attila Krasznahorkay authored
Move POST_BUILD_CMD feature to atlas_install_generic See merge request atlas/atlasexternals!674
-
Attila Krasznahorkay authored
At the same time updated the code checking the value of ATLAS_PYTHON_CHECKER to also use lists correctly.
-
Frank Winklmeier authored
Change the error when no files are provided to `--filterFiles` to a warning. While it's most likely a configuration problem it should not make the build fail. Keep it a failure for unit tests.
-
- May 05, 2020
-
-
Frank Winklmeier authored
So far only `atlas_install_python_modules` was able to run a `POST_BUILD_CMD`. However, this feature can also be useful for the other install commands (e.g. flake8 checking in `atlas_install_joboptions`). Since the feature is not specific to python files may as well move that code to the generic install function.
-
- May 01, 2020
-
-
Attila Krasznahorkay authored
atlas_add_test: Remove deprecated EXTRA_PATTERNS See merge request atlas/atlasexternals!673
-
Attila Krasznahorkay authored
flake8_atlas: Improvements to command line usage See merge request atlas/atlasexternals!671
-
Attila Krasznahorkay authored
Update to gdb 9.1. See merge request atlas/atlasexternals!672
-
Attila Krasznahorkay authored
GeoModelCore: Force optimization. See merge request atlas/atlasexternals!662
-
- Apr 30, 2020
-
-
Frank Winklmeier authored
`EXTRA_PATTERNS` has been deprecated with a warning, is no longer in use and can be removed now.
-
- Apr 29, 2020
-
-
Frank Winklmeier authored
- If used inside a unit test, the script will now return the actual `flake8` exit code. Otherwise zero (for build integration). - Add `--extend-select` option so the user can extend default list of selected error codes. - Number of parallel jobs can be overwritten via the new `$FLAKE8_ATLAS_JOBS` environment variable. - Print final `flake8` command if `$FLAKE8_ATLAS_VERBOSE` is set - Specifying the file names after `--` is now only required if the `--filterFiles` options is used. Fixes
-
- Apr 28, 2020
-
-
scott snyder authored
Needed to build with python 3.7. Remove patch for gdb bug 20020 --- fixed upstream now. gdb 9.1 no longer supports in-source building. Adjust appropriately.
-
Attila Krasznahorkay authored
PyAnalysis/PyModules Fix, master branch (2020.04.24.) See merge request atlas/atlasexternals!670
-
- Apr 24, 2020
-
-
Attila Krasznahorkay authored
atlas_build_run.sh Update, master branch (2020.04.24.) See merge request atlas/atlasexternals!669
-
Attila Krasznahorkay authored
GPerfTools Update, master branch (2020.04.24.) See merge request atlas/atlasexternals!668
-
Attila Krasznahorkay authored
FindXercesC.cmake Update, master branch (2020.04.24.) See merge request atlas/atlasexternals!667
-
Attila Krasznahorkay authored
LCG Executables, master branch (2020.04.24.) See merge request atlas/atlasexternals!666
-
Attila Krasznahorkay authored
Don't even know how the AnalysisBaseExternals build didn't run into any issues with this so far... :-/
-
Attila Krasznahorkay authored
Previously any complicated command fed through the script would break if it had quotes/spaces in it.
-
Attila Krasznahorkay authored
The latter is only used by Gaudi at this point, so its days are numbered.
-
Attila Krasznahorkay authored
Since it now lives in AtlasLCG.
-
Attila Krasznahorkay authored
Since LCG provides the package, this is the logical place for it. Plus, we now need this module during the configuration of projects inside this repository as well.
-
Attila Krasznahorkay authored
I realised only now that CMake has such a module itself, we don't need to implement it from scratch ourselves.
-
Attila Krasznahorkay authored
The PIP_EXECUTABLE name was changed to PIP_pip_EXECUTABLE. And with atlas_build_run.sh behaving more robustly now, the commands that use pip could be made a little nicer in general.
-
Attila Krasznahorkay authored
So that they would now advertise the new variables that are being set up by them. At the same time removed the setup of the PIP_EXECUTABLE variable, so that Findpip.cmake would just provide the "new" PIP_pip_EXECUTABLE variable instead.
-
Attila Krasznahorkay authored
Whichever package is looking for "executables" will from now on not just set up the <PACKAGE>_BINARY_PATH variable, but also a dedicated variable for each executable that it has found.
-
- Apr 21, 2020
-
-
scott snyder authored
Code which makes heavy use of Eigen is very slow when compiled with optimization. Force GeoModelCore to always be compiled with optimization on, even in debug builds. Reduces athena initialization time by ~5min in debug builds.
-
- Apr 20, 2020
-
-
Attila Krasznahorkay authored
Use Acts from Github, bump version See merge request atlas/atlasexternals!660
-
Attila Krasznahorkay authored
MCUtils Update, master branch (2020.04.14.) See merge request atlas/atlasexternals!658
-
Attila Krasznahorkay authored
Boost Catalina Fix, master branch (2020.04.15.) See merge request atlas/atlasexternals!659
-
Attila Krasznahorkay authored
ONNXRuntime Clang 9 Fix, master branch (2020.04.20.) See merge request atlas/atlasexternals!661
-
Attila Krasznahorkay authored
This is because Clang 9 has a hard time building the unit tests of the package.
-
- Apr 16, 2020
-
-
Paul Gessinger authored
-
- Apr 15, 2020
-
-
Attila Krasznahorkay authored
Not really sure why it didn't work before, since the same sort of code does work in the 1.0 branch. Nevertheless, these changes should make the build configuration more robust.
-
- Apr 14, 2020
-
-
Attila Krasznahorkay authored
To make sure that the different flavours of the analysis releases would use consistent versions of this external.
-
Release notes: * Add isHiddenValley with PDG-standard (n,nR) check. * Add PDG-standard (n,nR) = (0,0)|(5,9) digit check to isDarkMatter. * Add PDG-standard nR = 0 digit check to isExcited. * Add isHeavyFlavor canonical alias for isHeavyFlavour. * Add isHadron||isQuark checks to hasDown,Up,etc. quark content functions and isHeavyFlavour. * Add isBSM() checks to isLepton, isMeson, isHadron, isDiquark, etc. -- these should only return true for SM particles. * Introduce preferred nucl{A,Z,Nlambda} preferred aliases, cf. Rivet. * Fix Doxygen grouping markers.
-
Attila Krasznahorkay authored
Acts: Remove clang patch. See merge request atlas/atlasexternals!653
-
Attila Krasznahorkay authored
CINT Dictionary Update, master branch (2020.04.14.) See merge request atlas/atlasexternals!654
-
Attila Krasznahorkay authored
That flag has been unnecessary at the very least since ROOT 6.16. Now with ROOT >=6.20 its usage is producing a warning during our builds...
-
- Apr 08, 2020
-
-
scott snyder authored
Remove the patch that was added earlier to build Acts with clang. Upstream has been updated, and this patch is no longer needed.
-