Install this version:
emerge -a =sys-cluster/pmix-4.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-cluster/pmix-4.2.2
Or alternatively:
emerge --autounmask-write -a =sys-cluster/pmix-4.2.2
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="The Process Management Interface (PMI) Exascale"
HOMEPAGE="https://openpmix.github.io/"
SRC_URI="https://github.com/openpmix/openpmix/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +munge pmi"
RDEPEND="
dev-libs/libevent:=
sys-apps/hwloc:=
sys-cluster/ucx
virtual/zlib:=
munge? ( sys-auth/munge )
pmi? ( !sys-cluster/slurm )
"
DEPEND="${RDEPEND}"
src_configure() {
econf \
$(use_enable debug) \
$(use_with munge)
}
src_install() {
default
# bug #884765
mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die
}
Manage flags for this package:
euse -i <flag> -p sys-cluster/pmix |
euse -E <flag> -p sys-cluster/pmix |
euse -D <flag> -p sys-cluster/pmix
dev-libs/libevent:= sys-apps/hwloc:= sys-cluster/ucx virtual/zlib:= munge? ( sys-auth/munge ) pmi? ( !sys-cluster/slurm )
dev-libs/libevent:= sys-apps/hwloc:= sys-cluster/ucx virtual/zlib:= munge? ( sys-auth/munge ) pmi? ( !sys-cluster/slurm )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pmix-4.2.2.tar.bz2 | 1639600 bytes | https://github.com/openpmix/openpmix/releases/download/v4.2.2/pmix-4.2.2.tar.bz2 |