From 6a7029e0f7370d4d5dfe9e31cc2719a870482392 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Jun 2024 00:09:17 +0100 Subject: gentoo auto-resync : 15:06:2024 - 00:09:17 --- sys-cluster/pmix/Manifest | 4 +++- sys-cluster/pmix/pmix-4.2.8.ebuild | 15 +++++++++++- sys-cluster/pmix/pmix-5.0.2.ebuild | 49 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 sys-cluster/pmix/pmix-5.0.2.ebuild (limited to 'sys-cluster/pmix') diff --git a/sys-cluster/pmix/Manifest b/sys-cluster/pmix/Manifest index d155a26ef9a9..33fc18591297 100644 --- a/sys-cluster/pmix/Manifest +++ b/sys-cluster/pmix/Manifest @@ -1,5 +1,7 @@ DIST pmix-4.2.2.tar.bz2 1639600 BLAKE2B b5109900e52750656200e7bdbdc39d870a01f5afc1fb622663dfb2c9647b1735c23ece906064b34923977c522fb5a89afc03d81b7d115b26337934ab5bfe7ce3 SHA512 b7cb1e2079d517b32fc5d99012a7c4b161c1509b3ac1e0ba7e4697f2fe0917455927d06c86ecab5f2fa6073e1f058e86260d2115b6f8cc968a43a5675439f28d DIST pmix-4.2.8.tar.bz2 4800886 BLAKE2B 49c6c74f2a3d4826ade004e2ca69f8adafb26232b8fe92f5e620e11f93bde6a84a3611e737818564a3a5fd6fb75a4819250fa038e55aab46cf0a29c3f04e9f7e SHA512 2bc78cda82af24a9d7db204684e1778e0db183acc425095a91d46e4253209cec06542d497d5502c502b946b0ed1517f3b34f532d1107ccac1a09f2f267f14089 +DIST pmix-5.0.2.tar.bz2 4875774 BLAKE2B b15c3d4829e5b763ad9ce0f7a8e78b1eeedea829524b55b21801a397329576b66b8807e41cb0735e5a02f2f3b93d2b9ed14cf237b582e1462178cc96200350af SHA512 f6c35a551dec7eeda887087a731ef447caa7754aeab42e6bf7f054f7ec5a376863b4836b8c4cc04a3e3630f93939dd9ba08dd9823172dfbcf2d68d9243cbcbdc EBUILD pmix-4.2.2-r1.ebuild 757 BLAKE2B 1af68a8826169972579359c8f27aa8076cc92a1da5dc88053604e4a315ed833553283ef2415d5645b13849c08e3c81b24654e3ed3f3a251b1013a0a623d8a86a SHA512 18808e9087e9a3e4258d46f85ca48df5912940f17335603012ab148ab67bde50587c4dd231084cbe92c09a56a8e1e31ff567de171ae03f274189a381dcd87e0f -EBUILD pmix-4.2.8.ebuild 838 BLAKE2B a1163cdb4ac758d7c2777b9ba49eaec24fc8e05dda6418ad71ca8edee4a0a6ac6894bc8ffa8265f956e3c27345c80998c8c93a981852060bfa9ac08a73ddfbbd SHA512 8626aaec696a7e934b1c64fbe18425c10bc5b0360c815a9da2bff2dd5b2faf01089a94503d9f5c24641c1bc5395e3e07e3a904fb035dd89f578cb7004554cb37 +EBUILD pmix-4.2.8.ebuild 1046 BLAKE2B d9fcfa388d0c508605aa5dda6286134664ad22979bc692956ecf04ee78899b051693809818419295f684c80c09a0e90e405a0a090e9392086e9c1945941d0bca SHA512 51b3c8731781fb9adfd408f9d87fb68992b6b81cee9112b69e174925bcba12b500fe5b2f86277cabd7aa7be550a1f8ced05b32507cc6ded721c11931ef6d9892 +EBUILD pmix-5.0.2.ebuild 1003 BLAKE2B b81f1db25eabf4d749eb2c2c39c7ec087ba0d7b90f2e7018bd40cd0ab5597eeab8199da150d368685ced8976002843acfc9e657aed82204892e13e8deff76b3d SHA512 e24f9e745f66496cd01b9564b9d73436e0eab3a12b5763c9cadd9cb6adf170d06a0b707c0952a690bec36c47bd0f29c965c4d36f7e1f901a2a8e59f86f4373e7 MISC metadata.xml 471 BLAKE2B e20584b628032072a966c48d91b644e4329e8677f4d0b7fbe94d1eab2ce5f7c29294ad6effc8615308a965322846b1b3406b6e20f1e81c00efc6a18fd5533a70 SHA512 73d7109871bd2bdec5736612c595aa00bd3fd910779727f06a2b70a86461b6a549400a9d5f7547f0cbf902805aebbded507327e1893585673378c162b8b18630 diff --git a/sys-cluster/pmix/pmix-4.2.8.ebuild b/sys-cluster/pmix/pmix-4.2.8.ebuild index 313536a69a73..9fb7d4f09632 100644 --- a/sys-cluster/pmix/pmix-4.2.8.ebuild +++ b/sys-cluster/pmix/pmix-4.2.8.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit flag-o-matic libtool + 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" @@ -23,7 +25,16 @@ RDEPEND=" " DEPEND="${RDEPEND}" +src_prepare() { + default + elibtoolize +} + src_configure() { + # -Werror=lto-type-mismatch + # https://github.com/openpmix/openpmix/issues/3350 + filter-lto + econf \ --disable-werror \ $(use_enable debug) \ @@ -33,6 +44,8 @@ src_configure() { src_install() { default + find "${ED}" -name '*.la' -delete || die + # bug #884765 mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die } diff --git a/sys-cluster/pmix/pmix-5.0.2.ebuild b/sys-cluster/pmix/pmix-5.0.2.ebuild new file mode 100644 index 000000000000..ce44f08ba0c0 --- /dev/null +++ b/sys-cluster/pmix/pmix-5.0.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic libtool + +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" +# No support for 32-bit systems as of 4.2.8 (https://github.com/open-mpi/ompi/issues/11248) +KEYWORDS="~amd64 -x86 ~amd64-linux" +IUSE="debug +munge pmi" + +RDEPEND=" + dev-libs/libevent:= + sys-apps/hwloc:= + sys-cluster/ucx + sys-libs/zlib:= + munge? ( sys-auth/munge ) + pmi? ( !sys-cluster/slurm ) +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + elibtoolize +} + +src_configure() { + # -Werror=lto-type-mismatch + # https://github.com/openpmix/openpmix/issues/3350 + filter-lto + + econf \ + --disable-werror \ + $(use_enable debug) \ + $(use_with munge) +} + +src_install() { + default + + # bug #884765 + mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die +} -- cgit v1.2.3