Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,8 +24,14 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyMpi4py(Package):
|
||||
"""This package provides Python bindings for the Message Passing 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."""
|
||||
"""This package provides Python bindings for the Message Passing
|
||||
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.python.org/packages/source/m/mpi4py/mpi4py-1.3.1.tar.gz"
|
||||
|
||||
|
Reference in New Issue
Block a user