Port details |
- boost-mpi-libs Boot.MPI library and Python bindings
- 1.88.0 devel
=0 1.88.0Version of this port present on the latest quarterly branch. - Maintainer: office@FreeBSD.org
 - Port Added: 2025-02-14 03:18:08
- Last Update: 2025-07-22 22:50:35
- Commit Hash: 6c10934
- License: BSL
- WWW:
- https://www.boost.org/
- Description:
- Boost.MPI is a library for message passing in high-performance parallel applications.
A Boost.MPI program is one or more processes that can communicate either via sending
and receiving individual messages (point-to-point communication) or by coordinating
as a group (collective communication). Unlike communication in threaded environments
or using a shared-memory library, Boost.MPI processes can be spread across many
different machines, possibly with different operating systems and underlying architectures.
Boost.MPI provides an alternative MPI interface from the Python programming language
via the boost.mpi module.
The Boost.MPI Python bindings, built on top of the C++ Boost.MPI using
the Boost.Python library, provide nearly all of the functionality of
Boost.MPI within a dynamic, object-oriented language.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}boost-libs-mpi>0:devel/boost-mpi-libs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/boost-mpi-libs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/boost-mpi-libs
- pkg install py311-boost-libs-mpi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-boost-libs-mpi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-boost-libs-mpi
- Package flavors (<flavor>: <package>)
- py311: py311-boost-libs-mpi
- distinfo:
- TIMESTAMP = 1744721574
SHA256 (boost_1_88_0.tar.bz2) = 46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b
SIZE (boost_1_88_0.tar.bz2) = 143894119
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bjam : devel/boost-jam
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_thread.so : devel/boost-libs
- libboost_python311.so : devel/boost-python-libs@py311
- libmpi_mpifh.so : net/openmpi
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-boost-libs-mpi-1.88.0:
DEBUG=off: Build with debugging support
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
====> MPI (Message Passing Interface) support: you can only select none or one of them
OPENMPI=on: Parallel processing support via Open MPI
MPICH=off: Parallel processing support via MPICH
===> Use 'make config' to modify these settings
- Options name:
- devel_boost-mpi-libs
- USES:
- python:3.9-3.11 tar:bzip2 compiler:c++17-lang mpi:openmpi pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.88.0 22 Jul 2025 22:50:35
    |
Dima Panov (fluffy)  |
devel/boost: improve port (+)
1. Convert ZSTD support to option, default on.
2. Support for additional image formats in the Generic Image Library (adds raw,
PNG, TIFF, and JPEG formats). Added as an option, default off.
3. Resolve the problem preventing our *at() functions (like statat() and
openat()) from being detected, it'a Linux-only feature.
4. do-test target provided -- it is of limited utility, because it takes
multiple days and reports a lot of seemingly false problems.
5. Only extract the docs subdirectory, when building boost-docs -- saves some
diskspace during builds. Likewise, when building jam (b2) don't extract other
code.
6. Plist sort, .CURDIR usage optimization.
7. Backport a proper fix for broken function program_location_impl in Boost.DLL
PR: 286403, 287204 (based on), 287514 (fix previous version) |
1.88.0 02 Jun 2025 00:40:42
    |
Dima Panov (fluffy)  |
devel/boost: update to 1.88.0 release (+)
This release include two new libraries, Hash2, and MQTT5
Allow to use Boost.iostream with ZSTD compression [requested in 1]
Release Notes: https://www.boost.org/releases/1.88.0/
PR: 286403 [1] |
1.87.0 14 Feb 2025 03:17:01
    |
Dima Panov (fluffy)  |
devel/boost: update to 1.87.0 release (+)
New port devel/boost-mpi-libs, Message Passing Interface library,
for use in distributed-memory parallel application programming.
In this release Boost have dropped some long-time-ago deprecated asio facilites
See https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html for
details.
Release Notes: https://www.boost.org/users/history/version_1_87_0.html
Sponsored by: Future Crew, LLC |
Number of commits found: 3
|