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

new file: f/flit/flit-3.9.0-GCCcore-13.3.0.eb new file: f/fonttools/fonttools-4.53.1-GCCcore-13.3.0.eb new file: h/HarfBuzz/HarfBuzz-9.0.0-GCCcore-13.3.0.eb new file: n/NSS/NSS-3.104-GCCcore-13.3.0.eb new file: p/Python-bundle-PyPI/Python-bundle-PyPI-2024.06-GCCcore-13.3.0.eb new file: p/poetry/poetry-1.8.3-GCCcore-13.3.0.eb new file: q/Qt6/Qt6-6.7.2-GCCcore-13.3.0.eb new file: s/scikit-build/scikit-build-0.17.6-GCCcore-13.3.0.eb new file: v/virtualenv/virtualenv-20.26.2-GCCcore-13.3.0.eb
39 lines
973 B
Plaintext
39 lines
973 B
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
easyblock = 'PythonBundle'
|
|
|
|
name = 'scikit-build'
|
|
version = '0.17.6'
|
|
|
|
homepage = 'https://scikit-build.readthedocs.io/en/latest'
|
|
description = """Scikit-Build, or skbuild, is an improved build system generator
|
|
for CPython C/C++/Fortran/Cython extensions."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
# ('hatchling', '1.24.2'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.12.3'),
|
|
]
|
|
|
|
exts_list = [
|
|
# ('packaging', '23.1', {
|
|
# 'checksums': ['a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f'],
|
|
# }),
|
|
# ('distro', '1.8.0', {
|
|
# 'checksums': ['02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8'],
|
|
# }),
|
|
(name, version, {
|
|
'modulename': 'skbuild',
|
|
'sources': ['scikit_build-%(version)s.tar.gz'],
|
|
'checksums': ['b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d'],
|
|
}),
|
|
]
|
|
|
|
moduleclass = 'lib'
|