Skip to content

Commit

Permalink
adding easyconfigs: cython-cmake-0.2.0-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 17, 2025
1 parent 7fcc622 commit bfb59c8
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
easyblock = 'PythonBundle'

name = 'cython-cmake'
version = '0.2.0'

homepage = 'https://github.com/scikit-build/cython-cmake'
description = """
Custom CMake rules to generate the source code
for a Python extension module using cython
"""
docurls = ['https://github.com/scikit-build/cython-cmake']

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

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

dependencies = [
('Python', '3.11.5'),
('flit', '3.9.0'),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'sources': ['cython_cmake-%(version)s.tar.gz'],
'checksums': ['f58e0006e8a7fe158c7b147f6469496945ec66ce11610e2f3a518c5d2598f738'],
}),
]

moduleclass = 'devel'

0 comments on commit bfb59c8

Please sign in to comment.