mpi4py 3.1.5-6 source package in Ubuntu

Changelog

mpi4py (3.1.5-6) unstable; urgency=medium

  * debian patch intersphinx_use_local_inventory.patch uses python3
    docs when building docs. Thanks Zixing Liu from Canonical.
    Closes: #1066837, #1063409
  * add Drew Parsons as uploader

 -- Drew Parsons <email address hidden>  Mon, 06 May 2024 19:33:49 +0200

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.1.5-6.dsc 2.4 KiB d197fe479912e378e34c70a1d4e78752d9c0680ffb9e6e74867ea87904073a70
mpi4py_3.1.5.orig.tar.gz 362.5 KiB 29cc7ad701c190ef37622e4a2b2e2dab94fbc7777b1a15fa2029097c41b6edf0
mpi4py_3.1.5-6.debian.tar.xz 13.0 KiB f95bf7f585c3dad8b3726aebe5a320b3c16d5befa3ec9e539cf1e706952b5ec2

No changes file available.

Binary packages built by this source

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-dbgsym: debug symbols for python3-mpi4py