| Port details |
- ucx Unified Communication X framework (UCX)
- 1.20.0 net
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: rikka.goering@outlook.de
 - Port Added: 2026-02-24 01:22:09
- Last Update: 2026-02-24 00:44:48
- Commit Hash: 294f659
- License: BSD3CLAUSE
- WWW:
- https://openucx.org/
- Description:
- UCX (Unified Communication X) is a high-performance communication framework
for modern HPC and data-intensive workloads. It provides low-latency,
high-bandwidth messaging and remote-memory-access primitives across a wide
range of transports, including shared memory, TCP/IP, and RDMA-capable
interconnects such as InfiniBand and RoCE (when supported by the platform).
UCX is commonly used as a communication substrate for MPI, OpenSHMEM, and
other distributed runtimes. It exposes a set of layered APIs (UCP/UCT/UCS/UCM)
to balance portability and performance while enabling optimized transport
selection, rendezvous protocols, and progress models.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/ucx/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ucx
- pkg install ucx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ucx
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64le
- distinfo:
- TIMESTAMP = 1771060207
SHA256 (ucx-1.20.0.tar.gz) = 7c8a6093cada179aa1d851b83625e3b25ed5658966e309de5118c27a038c7ef9
SIZE (ucx-1.20.0.tar.gz) = 3500736
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ax_c_float_words_bigendian.m4 : devel/autoconf-archive
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72_1 : devel/autoconf
- automake>=1.18.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libfuse3.so : filesystems/fusefs-libs3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ucx-1.20.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
FUSE=on: FUSE (Filesystem in Userspace) support
IBVERBS=off: Enable InfiniBand/RDMA (verbs) transport
IODEMO=on: Install io_demo test application
PERFTEST=on: Install ucx_perftest benchmarks
UMAD=off: Build/install perftest MAD plugin (umad)
===> Use 'make config' to modify these settings
- Options name:
- net_ucx
- USES:
- autoreconf gmake libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.20.0 24 Feb 2026 00:44:48
    |
Robert Clausecker (fuz)  Author: GenericRikka |
net/ucx: Unified Communication X for high-performance messaging
UCX (Unified Communication X) is a high-performance communication framework
for modern HPC and data-intensive workloads. It provides low-latency,
high-bandwidth messaging and remote-memory-access primitives across a wide
range of transports, including shared memory, TCP/IP, and RDMA-capable
interconnects such as InfiniBand and RoCE (when supported by the platform).
UCX is commonly used as a communication substrate for MPI, OpenSHMEM, and
other distributed runtimes. It exposes a set of layered APIs (UCP/UCT/UCS/UCM)
to balance portability and performance while enabling optimized transport
selection, rendezvous protocols, and progress models.
PR: 292889 |