Skip to content
Snippets Groups Projects
Commit 3a4210e9 authored by Glenn Johnson's avatar Glenn Johnson
Browse files

New package - py-dask (http://dask.pydata.org).

parent d0ca3952
Branches
Tags
No related merge requests found
from spack import *
class PyDask(Package):
"""Minimal task scheduling abstraction"""
homepage = "https://github.com/dask/dask/"
url = "https://pypi.python.org/packages/source/d/dask/dask-0.8.1.tar.gz"
version('0.8.1', '5dd8e3a3823b3bc62c9a6d192e2cb5b4')
extends('python')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment