mpi4py 3.1.1-8build1 source package in Ubuntu

Changelog

mpi4py (3.1.1-8build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 as supported version

 -- Graham Inggs <email address hidden>  Sat, 30 Oct 2021 10:26:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
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.1.orig.tar.gz 2.3 MiB e11f8587a3b93bb24c8526addec664b586b965d83c0882b884c14dc3fd6b9f5c
mpi4py_3.1.1-8build1.debian.tar.xz 12.9 KiB fd1e860e7efacb668c8fba4fe3430c3bc8d997c775eb22644094ad2604298679
mpi4py_3.1.1-8build1.dsc 2.3 KiB 3018e9030a34e2c7267686c74754cfe8b8f5851eff10601d8453fcace65ca04f

View changes file

Binary packages built by this source

python-mpi4py-doc: bindings of the MPI standard -- documentation

 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 provides HTML rendering of the user's manual.

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