Skip to content
Snippets Groups Projects
Commit b21fbe2a authored by Alexandre Strube's avatar Alexandre Strube
Browse files

dask and distributed

parent c1557c41
No related branches found
No related tags found
No related merge requests found
easyblock = 'PythonBundle'
name = 'dask'
version = '2022.10.2'
version = '2022.12.0'
homepage = 'https://dask.org/'
description = """Dask natively scales Python. Dask provides advanced parallelism for analytics, enabling performance
......@@ -44,10 +44,10 @@ exts_list = [
'checksums': ['3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f'],
}),
(name, version, {
'checksums': ['42cb43f601709575fa46ce09e74bea83fdd464187024f56954e09d9b428ceaab'],
'checksums': ['159acc4a65f2ea042b453f12dee66fd515a159f4b3b9ca0d08c18cae485a2be0'],
}),
('distributed', version, {
'checksums': ['53f0a5bf6efab9a5ab3345cd913f6d3f3d4ea444ee2edbea331c7fef96fd67d0'],
'checksums': ['d93707757f7fa3b2b803e43f6c14c41c3e453e9714bca8bf3013d3bf083c18ce'],
}),
('dask-mpi', '2022.4.0', {
'checksums': ['0a04f1d7d35a06cdff506593330d4414ea242c9172498ce191f5742eac499e17'],
......
easyblock = 'Bundle'
name = 'distributed'
version = '2022.10.2'
version = '2022.12.0'
homepage = 'https://distributed.readthedocs.io/'
description = """Dask.distributed is a lightweight library for distributed computing in Python.
It extends both the concurrent.futures and dask APIs to moderate sized clusters."""
toolchain = {'name': 'foss', 'version': '2022a'}
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
# this is a bundle of Python packages
......@@ -15,7 +15,7 @@ exts_defaultclass = 'PythonPackage'
dependencies = [
('Python', '3.10.4'),
('dask', '2022.10.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('dask', '2022.12.0', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('bokeh', '2.4.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
]
......@@ -29,7 +29,7 @@ exts_default_options = {
exts_list = [
(name, version, {
'source_urls': ['https://pypi.python.org/packages/source/d/distributed'],
'checksums': ['53f0a5bf6efab9a5ab3345cd913f6d3f3d4ea444ee2edbea331c7fef96fd67d0'],
'checksums': ['d93707757f7fa3b2b803e43f6c14c41c3e453e9714bca8bf3013d3bf083c18ce'],
}),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment