easyconfigs-it4i/p/pkgconfig/pkgconfig-1.3.1-intel-2018a-Py-2.7.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

30 lines
684 B
Plaintext

# IT4Innovations 2019
easyblock = 'PythonPackage'
name = 'pkgconfig'
version = '1.3.1'
versionsuffix = '-Py-2.7'
homepage = 'http://github.com/matze/pkgconfig'
description = """pkgconfig is a Python module to interface with the pkg-config command line tool"""
toolchain = {'name': 'intel', 'version': '2018a'}
toolchainopts = {'usempi': True}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80']
dependencies = [
('Py', '2.7', '', True),
('pkg-config', '0.29.2', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python2.7/site-packages/'],
}
moduleclass = 'devel'