easyconfigs-it4i/e/expat/expat-2.2.9-GCCcore-9.3.0.eb
Lukáš Krupčík aec51f6dad new file: e/expat/expat-2.2.9-GCCcore-9.3.0.eb
new file:   p/PCRE2/PCRE2-10.34-GCCcore-9.3.0.eb
	new file:   t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb
	new file:   u/UDUNITS/UDUNITS-2.2.26-GCCcore-9.3.0.eb
	modified:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
	new file:   x/XZ/XZ-5.2.5-GCCcore-9.3.0.eb
2020-05-28 10:51:53 +02:00

36 lines
996 B
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'expat'
version = '2.2.9'
homepage = 'https://libexpat.github.io'
description = """
Expat is an XML parser library written in C. It is a stream-oriented parser
in which an application registers handlers for things the parser might find
in the XML document (like start tags)
"""
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://fossies.org/linux/www/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237']
builddependencies = [('binutils', '2.34')]
# Since expat 2.2.6, docbook2X is needed to produce manpage of xmlwf.
# Docbook2X needs XML-Parser and XML-Parser needs expat.
# -> circular dependency. "--without-docbook" breaks this circle.
configopts = ['--without-docbook']
sanity_check_paths = {
'files': ['include/expat.h', 'lib/libexpat.a', 'lib/libexpat.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'tools'