mpi4py 3.0.2-13 source package in Ubuntu

Changelog

mpi4py (3.0.2-13) unstable; urgency=medium

  * Team upload.
  * fix override_dh_strip to ignore missing debug .so files (not
    installed in doc arch-indep builds). Closes: #938970.

 -- Drew Parsons <email address hidden>  Sat, 31 Aug 2019 01:39:45 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpi4py_3.0.2-13.dsc 2.6 KiB 2e373603ff63e7683665551691d8b93eaa3dd9b24133d166501659b19cd5d03e
mpi4py_3.0.2.orig.tar.gz 1.4 MiB f8d629d1e3e3b7b89cb99d0e3bc5505e76cc42089829807950d5c56606ed48e0
mpi4py_3.0.2-13.debian.tar.xz 9.5 KiB 1bf5f428a7dcd7cc805f5d4c28715c3f1ec45e08a1dcdb6c47500b4670cf0345

Available diffs

No changes file available.

Binary packages built by this source

python-mpi4py: No summary available for python-mpi4py in ubuntu eoan.

No description available for python-mpi4py in ubuntu eoan.

python-mpi4py-dbg: No summary available for python-mpi4py-dbg in ubuntu eoan.

No description available for python-mpi4py-dbg in ubuntu eoan.

python-mpi4py-doc: No summary available for python-mpi4py-doc in ubuntu eoan.

No description available for python-mpi4py-doc in ubuntu eoan.

python3-mpi4py: bindings of the Message Passing Interface (MPI) standard

 MPI for Python (mpi4py) provides bindings of the Message Passing
 Interface (MPI) standard for the Python programming language,
 allowing any Python program to exploit multiple processors.
 .
 mpi4py is constructed on top of the MPI-1/MPI-2 specification
 and provides an object oriented interface which closely follows MPI-2
 C++ bindings. It supports point-to-point (sends, receives) and
 collective (broadcasts, scatters, gathers) communications of any
 picklable Python object as well as optimized communications of Python
 object exposing the single-segment buffer interface (NumPy arrays,
 builtin bytes/string/array objects).

python3-mpi4py-dbg: bindings of the Message Passing Interface (MPI) standard

 MPI for Python (mpi4py) provides bindings of the Message Passing
 Interface (MPI) standard for the Python programming language,
 allowing any Python program to exploit multiple processors.
 .
 mpi4py is constructed on top of the MPI-1/MPI-2 specification
 and provides an object oriented interface which closely follows MPI-2
 C++ bindings. It supports point-to-point (sends, receives) and
 collective (broadcasts, scatters, gathers) communications of any
 picklable Python object as well as optimized communications of Python
 object exposing the single-segment buffer interface (NumPy arrays,
 builtin bytes/string/array objects).
 .
 This package contains the extension built for the Python 3 debug interpreter.