Skip to content

Commit

Permalink
Merge pull request #3504 from boegel/20160831184702_new_pr_dask0110
Browse files Browse the repository at this point in the history
{data}[intel/2016b] dask v0.11.0 (REVIEW)
  • Loading branch information
boegel authored Aug 31, 2016
2 parents 9a1c464 + 20a3545 commit 3b32b1f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
easyblock = 'PythonPackage'

name = 'dask'
version = '0.11.0'
versionsuffix = '-Python-%(pyver)s'

homepage = 'http://github.com/dask/dask/'
description = """Dask provides multi-core execution on larger-than-memory datasets using blocked algorithms
and task scheduling."""

toolchain = {'name': 'intel', 'version': '2016b'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [('Python', '2.7.12')]

sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

moduleclass = 'data'
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
easyblock = 'PythonPackage'

name = 'dask'
version = '0.11.0'
versionsuffix = '-Python-%(pyver)s'

homepage = 'http://github.com/dask/dask/'
description = """Dask provides multi-core execution on larger-than-memory datasets using blocked algorithms
and task scheduling."""

toolchain = {'name': 'intel', 'version': '2016b'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [('Python', '3.5.2')]

sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

moduleclass = 'data'

0 comments on commit 3b32b1f

Please sign in to comment.