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

@@ -32,6 +32,7 @@ class Libxml2(Package):
homepage = "http://xmlsoft.org"
url = "http://xmlsoft.org/sources/libxml2-2.9.2.tar.gz"
version('2.9.4', 'ae249165c173b1ff386ee8ad676815f5')
version('2.9.2', '9e6a9aca9d155737868b3dc5fd82f788')
variant('python', default=False, description='Enable Python support')
@@ -53,4 +54,5 @@ def install(self, spec, prefix):
*python_args)
make()
make("check")
make("install")