- Dec 09, 2020
-
-
Frank Winklmeier authored
A few cosmetic changes to `acmd cmake depends`: - do not print legend by default (enable with `--legend`) - mark Python dependencies with `:py` in printout
-
- Dec 07, 2020
-
-
Frank Winklmeier authored
Allow the display of Python dependencies between packages. Requires the additional `packages.py.dot` file.
-
Ben Wynne authored
-
- Nov 11, 2020
-
-
Tadej Novak authored
-
- Nov 09, 2020
-
-
In this commit we made public the member of EventStreamInfo_p1.h to allow the extraction of the metadata values
-
- Oct 18, 2020
-
-
scott snyder authored
Fill in the project_name entry when we're peeking in a BS file. Needed for the new btagging configuration to work with run1 files.
-
- Oct 14, 2020
-
-
Frank Winklmeier authored
-
- Oct 13, 2020
-
-
- Oct 06, 2020
-
-
PyUtils + PROCTools: Add regex support to diff-root and add diff-root exclusion list support to RunTier0Tests.py
-
- Oct 05, 2020
-
-
Frank Winklmeier authored
Several improvements for `acmd.py cmake depends`: - Dependencies of an external library where not displayed correctly. Also warn the user in case the `--external` option is not used. - Improve filtering of custom targets. Instead of using a hard-coded list, parse the graphiz legend and use the target types for filtering. - Add an `--all` option to disable any filtering of custom targets. - Add a testing script. It's not run as a unit test because the output of the script would of course change from nightly to nightly. But it can be used as a manual test script to find regresssions.
-
- Sep 29, 2020
-
-
scott snyder authored
Have MetaReader recognize keys in CLASS_SGKEY form as well. Fixes problems seen in TrigAnalysisTest.
-
- Sep 28, 2020
-
-
Tim Martin authored
-
- Sep 22, 2020
-
-
Frank Winklmeier authored
With the new PyROOT the command line argument `-b` is no longer parsed to set the batch mode. Add an option to `ROOT6Setup` to set batch mode whenever the first `ROOT` import is done. This can then be used by `athena.py` to set the batch mode but without having to actually import ROOT early in the boostrap.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Revert workarounds (!31320,!31424) for ATEAM-597 as those are no longer needed in LCG_98.
-
- Aug 28, 2020
-
-
- Aug 27, 2020
-
-
Tadej Novak authored
-
- Aug 21, 2020
-
-
Walter Lampl authored
-
- Aug 20, 2020
-
-
Walter Lampl authored
-
- Aug 19, 2020
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Aug 12, 2020
-
-
Tim Martin authored
-
- Aug 11, 2020
-
-
Tim Martin authored
-
- Jul 15, 2020
-
-
scott snyder authored
Fix warnings about regexp syntax.
-
- Jul 14, 2020
-
-
amete authored
-
- Jul 07, 2020
-
-
Move meta-data test suite into RecExRecoTest as discussed at the core meeting. Use a configuration class to manage how to run the transforms and test metadata. Allow user to specify inputs and references.
-
- Jun 20, 2020
-
-
scott snyder authored
Should now use [], not (), to supply template parameters.
-
- Jun 18, 2020
-
-
Frank Winklmeier authored
Ignore a few custom targets in cmake_depends. Also use LCG_97a as an alternative source for pygraphviz.
-
With python 3.8, the hacks used in pythonize_read_root_file lead to heap corruption. Rework to avoid this. We're rather constrained since this has to work with both py2 and 3, so the way it's done here is a bit roundabout and ineffecient. Once we drop py2, this can be done much better by simply having read_root_file return a PyBytes object
-
- Jun 15, 2020
-
-
scott snyder authored
Fix previous fix to avoid changing behavior with python 2.
-
- Jun 12, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Delete `cmake.newanalysisalg`, `cmake.newpkg`, `cmake_newskeleton` and `cmt_newjobo` helper commands. They were outdated and not clear anybody is using them. If yes, they can be updated/resurrected. Fixes ATLASG-1414.
-
- Jun 10, 2020
-
-
Frank Winklmeier authored
-
Emit an information message if no differences are found. Also handle exceptional circumstance of one of the input files not existing.
-
Frank Winklmeier authored
-
- Jun 08, 2020
-
-
Delete unused fileutils, path and merge_join modules. Also delete pep8 and avn alias. The pep8 script is superseded by flake8. And the avn alias was pointing to a non-existent script.
-
- Jun 04, 2020
-
-
-
Michele Renda authored
92cf019e
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Delete the `gen/load_typeregistry_dso` functions that could create/load a `typereg_dso_db.csv` file with type information. However, the generate function currently just creates an empty file and thus this code seems no longer necessary.
-