mpi4py 4.1.1-ok2 source package in openKylin

Changelog

mpi4py (4.1.1-ok2) huanghe; urgency=medium

  * rebuild for libopenmpi40

 -- tangxiaofeng <email address hidden>  Wed, 23 Sep 2026 14:50:42 +0800

Upload details

Uploaded by:
tangxiaofeng
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
mpi4py_4.1.1.orig.tar.gz 504.7 KiB 88ff8a8ae285097d2121604edaa332bacd9759cf716653bb69bbe18625b0bce2
mpi4py_4.1.1-ok2.debian.tar.xz 6.6 KiB 485c705a6979c687a861f3ad2f439a761cb4d92ee6b8fabc7b977334fefe9b2b
mpi4py_4.1.1-ok2.dsc 2.4 KiB 9f470e95e307f2573c637b4482eb8e1346864f0009cce6c12961d33a8f598791

Available diffs

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