mpi4py 3.1.4-2build1 source package in Ubuntu

Changelog

mpi4py (3.1.4-2build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 20 Mar 2023 05:43:35 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Downloads

File Size SHA-256 Checksum
mpi4py_3.1.4.orig.tar.gz 360.6 KiB 0ac7cc1fbd1d026b519c4f439ffc15d8776e5615c262dd233a418d73539c352b
mpi4py_3.1.4-2build1.debian.tar.xz 12.4 KiB 9f9a21aeee2c27f39fe0dd572be7b7c23e99132be1172e9056d06136eb5f58aa
mpi4py_3.1.4-2build1.dsc 2.4 KiB ec77b4a1c826048d4302b02522db2d1bc269e4272c39bb7df853169ebb1d2379

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