easyconfigs-it4i/x/Xerces-C++/Xerces-C++-3.1.2-intel-2015a.eb
2017-03-09 11:57:40 +01:00

26 lines
684 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Xerces-C++'
version = '3.1.2'
homepage = 'http://xerces.apache.org/xerces-c/'
description = """Xerces-C++ is a validating XML parser written in a portable
subset of C++. Xerces-C++ makes it easy to give your application the ability to
read and write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents using the DOM, SAX, and SAX2
APIs."""
toolchain = {'name': 'intel', 'version': '2015a'}
sources = ['xerces-c-%(version)s.tar.gz']
source_urls = [
'http://archive.apache.org/dist/xerces/c/%(version_major)s/sources/'
]
dependencies = [
('cURL', '7.44.0'),
]
moduleclass = 'lib'