sys-cluster/prrte - 4.1.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-cluster/prrte-4.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-cluster/prrte-4.1.0

Or alternatively:

emerge --autounmask-write -a =sys-cluster/prrte-4.1.0

Package Information

Description:
PMIx Reference RunTime Environment
Homepage:
https://openpmix.org/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.1.0 8 ~amd64 ~arm64 ~ppc64 0/$(ver_cut 1)
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic libtool

DESCRIPTION="PMIx Reference RunTime Environment"
HOMEPAGE="https://openpmix.org/"
SRC_URI="https://github.com/openpmix/prrte/releases/download/v${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~amd64 ~arm64 ~ppc64"

DEPEND="
	dev-libs/libevent:=
	sys-apps/hwloc:=
	>=sys-cluster/pmix-6.1.0:=
"
RDEPEND="${DEPEND}"

# Tests are only in the repo, not in release tarballs
# They also seem to be just examples
RESTRICT="test"

src_prepare() {
	default
	elibtoolize
}

src_configure() {
	# -Werror=lto-type-mismatch
	#
	# Same issue as its companion project sys-cluster/pmix, and logically
	# solvable in tandem (or never).
	# https://github.com/openpmix/openpmix/issues/3350
	filter-lto

	econf
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libevent:=
	sys-apps/hwloc:=
	>=sys-cluster/pmix-6.1.0:=

RDEPEND

	dev-libs/libevent:=
	sys-apps/hwloc:=
	>=sys-cluster/pmix-6.1.0:=

Manifest for 4.1.0

Type File Size Source URLs
DIST prrte-4.1.0.tar.gz 10492727 bytes https://github.com/openpmix/prrte/releases/download/v4.1.0/prrte-4.1.0.tar.gz