3 Commits
Author SHA1 Message Date
William Douglas 013a989f5a Add new python pypi dependency replacement tool
Add tooling to remove version dependencies for a given list of python
modules found in a subset of files in a given directory. This is
useful for cases where packages in pypi have out of date dependencies
relative to the test of the ecoysystem.

Signed-off-by: William Douglas <william.douglas@intel.com>
2021-10-19 11:42:45 -07:00
William Douglas f3bec7a82a Add elf binary handling utility
Add a new utility that will moving elf binaries to an alternate
location (renamed to their sha256 hash) and create a mapping file of
the binaries moved.

Signed-off-by: William Douglas <william.douglas@intel.com>
2021-10-07 17:33:07 -07:00
Thiago Macieira 3037904971 Use GNU Make as a way to do parallel runs of avxjudge.py
The script is not really fast on big libraries, so parallelising the run
should sorten considerably the post-install procedures, especially on
build servers with a lot of cores.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-08-22 13:53:36 -07:00