sys-cluster/pmix - 4.2.2 (gentoo)

Search

Install

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

Package Information

Description:
The Process Management Interface (PMI) Exascale
Homepage:
https://openpmix.github.io/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.2.2 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

munge
Default: Enabled (+)
pmi

Dependencies

DEPEND

	dev-libs/libevent:=
	sys-apps/hwloc:=
	sys-cluster/ucx
	virtual/zlib:=
	munge? ( sys-auth/munge )
	pmi? ( !sys-cluster/slurm )

RDEPEND

	dev-libs/libevent:=
	sys-apps/hwloc:=
	sys-cluster/ucx
	virtual/zlib:=
	munge? ( sys-auth/munge )
	pmi? ( !sys-cluster/slurm )

Manifest for 4.2.2

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