Community extensions
This release includes multiple CK extensions based on the user feedback:
- added --j flag to "ck install package" to update CK_HOST_CPU_NUMBER_OF_PROCESSORS env and force number of processes in "make -j" if used by a given package
- added ck.cfg key "pip_user". If yes, add --user when to pip when installing CK repositories.
Turn it on as follows:
$ ck set kernel var.pip_user=yes
See ticket #157 - print path to the CK kernel when invoking "ck"
- extended "result" module to use meta.json as a base for all sub configurations (to simplify configuration for multiple dashboards - useful for MLPerf)