Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nordic Language Processing Laboratory
easybuild
Commits
45d211a8
Commit
45d211a8
authored
Aug 06, 2020
by
Sabry Razick
Browse files
Cython with NLPL branding
parent
9a977e67
Changes
1
Hide whitespace changes
Inline
Side-by-side
NLPL-Cython-0.29.17-gomkl-2019a-Python-3.7.2.eb
View file @
45d211a8
easyblock = 'PythonPackage'
easyblock = 'PythonBundle'
#easyblock = 'PythonBundle'
name = 'Cython'
version = '0.29.17'
name = '
NLPL-
Cython'
version = '0.29.17'
versionsuffix = '-Python-%(pyver)s'
...
...
@@ -12,8 +13,8 @@ Cython is a source code translator based on the well-known Pyrex, but supports m
toolchain = {'name': 'gomkl', 'version': '2019a'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
#
source_urls = [PYPI_SOURCE]
#
sources = [SOURCE_TAR_GZ]
builddependencies = [
('Python', '3.7.2'),
...
...
@@ -26,13 +27,43 @@ dependencies = [
('NLPL-PyDependency-bundle', '2020.07', '-Python-3.7.2'),
]
#modaltsoftname = 'NLPL-Cython'
exts_default_options = {
'source_urls': [PYPI_SOURCE],
'sanity_pip_check': True,
}
use_pip = True
exts_list = [
('Cython', '0.29.17', {
'source_urls': ['https://pypi.python.org/packages/source/c/Cython/'],
'checksums': ['6361588cb1d82875bcfbad83d7dd66c442099759f895cf547995f00601f9caf2'],
}),
]
local_cythonlibdir = 'lib/python%(pyshortver)s/site-packages/Cython-%(version)s-py%(pyshortver)s-linux-x86_64.egg'
sanity_pip_check = True
#modaltsoftname = 'NLPL-Cython'
#local_cythonlibdir = 'lib/python%(pyshortver)s/site-packages/Cython-%(version)s-py%(pyshortver)s-linux-x86_64.egg'
sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', '%s/%%(namelower)s.py' % local_cythonlibdir],
'dirs': [local_cythonlibdir + '/%(name)s']
#'files': ['bin/cygdb', 'bin/cython', '%s/%%(namelower)s.py' % local_cythonlibdir],
#'dirs': [local_cythonlibdir + '/%(name)s']
#'files': ['bin/cygdb', 'bin/cython', '%s/cython.py' % local_cythonlibdir],
#'dirs': [local_cythonlibdir + '/cython']
}
moduleclass = 'lang'
moduleclass = 'lib'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment