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 3BD9A158086 for ; Sat, 18 Dec 2021 08:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E3E2BC017; Sat, 18 Dec 2021 08:08:49 +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 5010C2BC02A for ; Sat, 18 Dec 2021 08:08:49 +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 E38DF3432E1 for ; Sat, 18 Dec 2021 08:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C71424E for ; Sat, 18 Dec 2021 08:08:46 +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: <1639813969.f61d960a2afabe865154df83397cd17d944f8065.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich/mpich-3.4.2-r1.ebuild sys-cluster/mpich/mpich-3.4.2-r2.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f61d960a2afabe865154df83397cd17d944f8065 X-VCS-Branch: master Date: Sat, 18 Dec 2021 08:08:46 +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: 17b44642-602a-4480-ae6a-36a16eb42d2e X-Archives-Hash: bdae4c342c137999d0c0a6fb0b22dec7 commit: f61d960a2afabe865154df83397cd17d944f8065 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 07:52:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 18 07:52:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61d960a sys-cluster/mpich: fix build (--without-ze) Closes: https://bugs.gentoo.org/822837 Signed-off-by: Sam James gentoo.org> sys-cluster/mpich/{mpich-3.4.2-r1.ebuild => mpich-3.4.2-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/mpich/mpich-3.4.2-r1.ebuild b/sys-cluster/mpich/mpich-3.4.2-r2.ebuild similarity index 99% rename from sys-cluster/mpich/mpich-3.4.2-r1.ebuild rename to sys-cluster/mpich/mpich-3.4.2-r2.ebuild index 403ac8cf2eeb..ddaf646f0454 100644 --- a/sys-cluster/mpich/mpich-3.4.2-r1.ebuild +++ b/sys-cluster/mpich/mpich-3.4.2-r2.ebuild @@ -117,6 +117,7 @@ multilib_src_configure() { --with-fiprovider-libdir="$(get_libdir)" \ ${c} \ --with-pm=hydra \ + --without-ze \ --with-device=ch3 \ --disable-fast \ --enable-versioning \