# IT4Innovations 2019 easyblock = 'ConfigureMake' name = 'libxml2' version = '2.9.9' homepage = 'http://xmlsoft.org/' description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable outside of the Gnome platform).""" toolchain = SYSTEM source_urls = [ 'http://xmlsoft.org/sources/', 'http://xmlsoft.org/sources/old/' ] sources = [SOURCELOWER_TAR_GZ] checksums = ['94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871'] preconfigopts = 'export LDFLAGS="-L$EBROOTZLIB/lib" && ' configopts = 'CC="$CC" CXX="$CXX" --with-pic --without-python' dependencies = [('zlib', '1.2.11')] moduleclass = 'lib'