Overhaul of compression libraries

This commit is contained in:
Adam J. Stewart
2016-07-29 16:49:46 -05:00
parent e6a122417a
commit 58d7704060
8 changed files with 110 additions and 9 deletions

View File

@@ -38,4 +38,5 @@ def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()
make("test")
make("install")