mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/Graphviz/Graphviz-2.44.1-GCCcore-9.3.0-Java-11.eb new file: h/h5py/h5py-2.9.0-GCC-9.3.0-Python-3.8.6.eb new file: h/h5py/h5py-3.1.0-intel-2020a-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.0.1-intel-2020a-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.13.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.14.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0.eb new file: p/pkgconfig/pkgconfig-1.5.1-GCCcore-9.3.0-Python-3.8.6.eb new file: p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.8.6.eb new file: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.6.eb
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'PythonBundle'
|
|
|
|
name = 'pkgconfig'
|
|
version = '1.5.1'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'https://github.com/matze/pkgconfig'
|
|
description = """pkgconfig is a Python module to interface with the pkg-config command line tool"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
|
|
|
|
builddependencies = [('binutils', '2.34')]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
# Due to poetry doing the actual build of pkgconfig we need use_pip=False
|
|
use_pip = False
|
|
|
|
exts_list = [
|
|
# Not updating this since it is basically a build dep
|
|
('poetry', '0.12.17', {
|
|
'source_urls': ['https://pypi.python.org/packages/source/p/poetry/'],
|
|
'checksums': ['6e535de38df7e6ab46ff8d197f53632b071675287d1477efc7bf4a5c4c63bc3f'],
|
|
}),
|
|
(name, version, {
|
|
'source_urls': ['https://pypi.python.org/packages/source/p/pkgconfig/'],
|
|
'checksums': ['97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f'],
|
|
}),
|
|
]
|
|
|
|
moduleclass = 'devel'
|