easyconfigs-it4i/ARCHIVE/l/libxml2/libxml2-2.9.1-intel-2014b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

32 lines
884 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libxml2'
version = '2.9.1'
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 = {'name': 'intel', 'version': '2014b'}
toolchainopts = {'pic': True}
source_urls = [
'http://xmlsoft.org/sources/',
'http://xmlsoft.org/sources/old/'
]
sources = [SOURCELOWER_TAR_GZ]
configopts = 'CC="$CC" CXX="$CXX" --with-pic --without-python --with-zlib=$EBROOTZLIB'
dependencies = [('zlib', '1.2.8')]
sanity_check_paths = {
'files': [
('lib/libxml2.a', 'lib64/libxml2.a'), ('lib/libxml2.%s' %
SHLIB_EXT, 'lib64/libxml2.%s' %
SHLIB_EXT)], 'dirs': [
'bin', 'include/libxml2/libxml'], }
moduleclass = 'lib'