Skip to content

[Cython] [package list]

Cython/3.0.10-cpeGNU-24.03 (Cython-3.0.10-cpeGNU-24.03.eb)

Install with the EasyBuild-user module:

eb Cython-3.0.10-cpeGNU-24.03.eb -r
To access module help after installation and get reminded for which stacks and partitions the module is installed, use module spider Cython/3.0.10-cpeGNU-24.03.

EasyConfig:

easyblock = 'PythonPackage'

name = 'Cython'
version = '3.0.10'

homepage = 'https://cython.org/'
description = """
Cython is an optimising static compiler for both the Python programming
language and the extended Cython programming language (based on Pyrex).
"""
docurls = [
    'https://cython.org/#documentation',
    'https://github.com/cython/cython',
]

toolchain = {'name': 'cpeGNU', 'version': '24.03'}

sources = [SOURCE_TAR_GZ]
checksums = ['dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99']

builddependencies = [
    ('buildtools-python', '%(toolchain_version)s', '-cray-python%(pyshortver)s', SYSTEM),
]

dependencies = [
    ('cray-python', EXTERNAL_MODULE),
]

use_pip = True
pip_verbose = True

sanity_check_paths = {
    'files': [
        'bin/cygdb',
        'bin/cython',
        'bin/cythonize',
        'lib/python%(pyshortver)s/site-packages/cython.py',
        'lib/python%(pyshortver)s/site-packages/Cython/Utils.cpython-311-x86_64-linux-gnu.so',
    ],
    'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

sanity_check_commands = ["cython --version"]

moduleclass = 'lang'

[Cython] [package list]