Skip to content

Commit

Permalink
Merge pull request #21406 from surak/20240913151423_new_pr_scikit-bui…
Browse files Browse the repository at this point in the history
…ld-core0106

{lib}[GCCcore/13.3.0] scikit-build-core v0.10.6
  • Loading branch information
smoors authored Sep 13, 2024
2 parents 88ab9ef + ccd2d8d commit c19c435
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
easyblock = 'PythonBundle'

name = 'scikit-build-core'
version = '0.10.6'

homepage = 'https://scikit-build.readthedocs.io/en/latest/'
description = """Scikit-build-core is a complete ground-up rewrite of scikit-build on top of
modern packaging APIs. It provides a bridge between CMake and the Python build
system, allowing you to make Python modules with CMake."""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

builddependencies = [
('binutils', '2.42'),
('hatchling', '1.24.2'),
]

dependencies = [
('Python', '3.12.3'),
('Python-bundle-PyPI', '2024.06'),
('CMake', '3.29.3'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('scikit_build_core', version, {
'checksums': ['5397db8f09ee050d145406c11deed06538bb0b261df95f8d2d6aaf8699f0126d'],
}),
]

moduleclass = 'lib'

0 comments on commit c19c435

Please sign in to comment.