Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -30,12 +30,12 @@ class PyMpi4py(PythonPackage):
Interface (MPI) standard. It is implemented on top of the
MPI-1/MPI-2 specification and exposes an API which grounds on the
standard MPI-2 C++ bindings.
"""
homepage = "https://pypi.python.org/pypi/mpi4py"
url = "https://pypi.io/packages/source/m/mpi4py/mpi4py-3.0.0.tar.gz"
git = "https://github.com/mpi4py/mpi4py.git"
version('develop', git='https://github.com/mpi4py/mpi4py.git', branch='master')
version('develop', branch='master')
version('3.0.0', 'bfe19f20cef5e92f6e49e50fb627ee70')
version('2.0.0', '4f7d8126d7367c239fd67615680990e3')
version('1.3.1', 'dbe9d22bdc8ed965c23a7ceb6f32fc3c')