Mpi4py update (#6342)

This commit is contained in:
Stephen Hudson 2017-11-17 20:00:36 -06:00 committed by Christoph Junghans
parent 21da747a5d
commit b2f0306c6f

View File

@ -33,13 +33,14 @@ class PyMpi4py(PythonPackage):
""" """
homepage = "https://pypi.python.org/pypi/mpi4py" homepage = "https://pypi.python.org/pypi/mpi4py"
url = "https://pypi.io/packages/source/m/mpi4py/mpi4py-1.3.1.tar.gz" url = "https://pypi.io/packages/source/m/mpi4py/mpi4py-3.0.0.tar.gz"
version('develop', git='https://github.com/mpi4py/mpi4py.git', branch='master') version('develop', git='https://github.com/mpi4py/mpi4py.git', branch='master')
version('3.0.0', 'bfe19f20cef5e92f6e49e50fb627ee70')
version('2.0.0', '4f7d8126d7367c239fd67615680990e3') version('2.0.0', '4f7d8126d7367c239fd67615680990e3')
version('1.3.1', 'dbe9d22bdc8ed965c23a7ceb6f32fc3c') version('1.3.1', 'dbe9d22bdc8ed965c23a7ceb6f32fc3c')
depends_on('python@2.7:2.8,3.3:') depends_on('python@2.7:2.8,3.3:')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('mpi') depends_on('mpi')
depends_on('py-cython', when='@2.0.1:', type='build') depends_on('py-cython', when='@3.0.0:', type='build')