From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80EFE158020 for ; Wed, 7 Dec 2022 15:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AF8DE0798; Wed, 7 Dec 2022 15:42:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 405B4E0798 for ; Wed, 7 Dec 2022 15:42:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DDF3341593 for ; Wed, 7 Dec 2022 15:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5504D6F2 for ; Wed, 7 Dec 2022 15:42:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670427381.8ad34c5cb767676d6cb5e9249565d2e4c17d838e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/pmix/Manifest sys-cluster/pmix/pmix-4.2.2.ebuild X-VCS-Directories: sys-cluster/pmix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ad34c5cb767676d6cb5e9249565d2e4c17d838e X-VCS-Branch: master Date: Wed, 7 Dec 2022 15:42:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f28d30e-944a-4493-84e5-ae138ad2bfa8 X-Archives-Hash: b7f48f5f611d453f13d42106534528e9 commit: 8ad34c5cb767676d6cb5e9249565d2e4c17d838e Author: Sam James gentoo org> AuthorDate: Wed Dec 7 15:36:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 7 15:36:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad34c5c sys-cluster/pmix: add 4.2.2 Closes: https://bugs.gentoo.org/681584 Closes: https://bugs.gentoo.org/877119 Signed-off-by: Sam James gentoo.org> sys-cluster/pmix/Manifest | 1 + sys-cluster/pmix/pmix-4.2.2.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/sys-cluster/pmix/Manifest b/sys-cluster/pmix/Manifest index 3d268978deb3..1ad78c7bcefc 100644 --- a/sys-cluster/pmix/Manifest +++ b/sys-cluster/pmix/Manifest @@ -1 +1,2 @@ DIST pmix-2.1.1.tar.bz2 1063090 BLAKE2B 35a3bf7d297d399e897f9b9f748e176262cc0fde5afbfc9ea1e21e5c1550cf0081d9924692d7592fe1224eb727a9c3bb7b3fd216ae1b9e09dd29aefe83ac9eba SHA512 2e5d4b3c907ea9f54bb2b682c63fedb6e6c5cfad578c51bb64c805368ccd35adb317fc472867c717e0cd1d90bf13b18655a62041840c33b4a178c25bb3297d3d +DIST pmix-4.2.2.tar.bz2 1639600 BLAKE2B b5109900e52750656200e7bdbdc39d870a01f5afc1fb622663dfb2c9647b1735c23ece906064b34923977c522fb5a89afc03d81b7d115b26337934ab5bfe7ce3 SHA512 b7cb1e2079d517b32fc5d99012a7c4b161c1509b3ac1e0ba7e4697f2fe0917455927d06c86ecab5f2fa6073e1f058e86260d2115b6f8cc968a43a5675439f28d diff --git a/sys-cluster/pmix/pmix-4.2.2.ebuild b/sys-cluster/pmix/pmix-4.2.2.ebuild new file mode 100644 index 000000000000..4e0cde30caf9 --- /dev/null +++ b/sys-cluster/pmix/pmix-4.2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 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 ~amd64-linux ~x86-linux" +IUSE="debug +munge pmi" + +RDEPEND=" + dev-libs/libevent:= + sys-cluster/ucx + sys-libs/zlib:= + munge? ( sys-auth/munge ) + pmi? ( !sys-cluster/slurm ) +" +DEPEND="${RDEPEND}" + +src_configure() { + econf \ + --disable-werror \ + $(use_enable debug) \ + $(use_with munge) +}