mpi4py 3.1.5-5ubuntu1 source package in Ubuntu

Changelog

mpi4py (3.1.5-5ubuntu1) noble; urgency=medium

  * Un-break Sphinx documentation generation by removing PYTHONPATH overrides.
  * Add a patch to make Intersphinx read the cross-documentation index
    from local filesystem. (LP: #2057848)

 -- Zixing Liu <email address hidden>  Wed, 13 Mar 2024 15:33:29 -0600

Upload details

Uploaded by:
Zixing Liu
Sponsored by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 362.5 KiB 29cc7ad701c190ef37622e4a2b2e2dab94fbc7777b1a15fa2029097c41b6edf0
mpi4py_3.1.5-5ubuntu1.debian.tar.xz 13.2 KiB 3e5f4dc7ccd508178358a3aea952be1276494674e289465aba2af7677981f894
mpi4py_3.1.5-5ubuntu1.dsc 2.5 KiB 23cfd9952a61db14e3974c146e2441c7f4fc13f6ca0c61ef7cbb7295bbdd5c2c

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