Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…asyconfigs into gromacs_2024.1_bump_gmxapi
  • Loading branch information
bedroge committed May 14, 2024
2 parents 3882e66 + 61d07bf commit 43fca17
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.9.3'

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.2.0'}

builddependencies = [
('binutils', '2.40'),
('hatchling', '1.18.0'),
]

dependencies = [
('Python', '3.11.5'),
('Python-bundle-PyPI', '2023.10'),
('CMake', '3.27.6'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('scikit_build_core', version, {
'checksums': ['341d113e473a5409dc62522e8b1b1b8b1647a0b95557ad15f6be2a36071fd390'],
}),
]

moduleclass = 'lib'

0 comments on commit 43fca17

Please sign in to comment.