Overhaul of compression libraries
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user