diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-07-01 15:22:49 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-07-09 13:18:00 -0700 |
commit | 7cd3ee7ff1c51f17395ac7a323290834cfde5116 (patch) | |
tree | 2f16aaa76044cd056c04b2bc85da8927c04b316a /README | |
parent | 5fdb16390b96a8f1507d6f2f07798f934184f694 (diff) |
framework: add support for xz compression via backports.lzma
This adds the option of using a python module, rather than calling out
to the shell for xz support.
v4: - add this patch
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ Optionally, you can install the following: - lxml. An accelerated python xml library using libxml2 (http://lxml.de/) - simplejson. A fast C based implementation of the python json library. (https://simplejson.readthedocs.org/en/latest/) + - backports.lzma. A packport of python3's lzma module to python2, + this enables fast native xz (de)compression in piglit for results files + (https://github.com/peterjc/backports.lzma) Now configure the build system: |