easyconfigs-it4i/s/scikit-build/scikit-build-0.17.6-GCCcore-13.3.0.eb
Lukas Krupcik f2dcff362b new file: c/cryptography/cryptography-42.0.8-GCCcore-13.3.0.eb
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
2025-03-25 07:54:35 +01:00

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'