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 D3F9B15808B for ; Sat, 26 Mar 2022 10:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D8BE0837; Sat, 26 Mar 2022 10:56:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C837DE0837 for ; Sat, 26 Mar 2022 10:56:04 +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 A9AA9342FA2 for ; Sat, 26 Mar 2022 10:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07D3633F for ; Sat, 26 Mar 2022 10:56:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648292152.0e3f952b738b07bb3d935b6b6cb81a031347bb93.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scotch/scotch-7.0.1-r1.ebuild sci-libs/scotch/scotch-7.0.1.ebuild X-VCS-Directories: sci-libs/scotch/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0e3f952b738b07bb3d935b6b6cb81a031347bb93 X-VCS-Branch: master Date: Sat, 26 Mar 2022 10:56:02 +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: 99263eda-7f87-4c26-955e-7de1939f5ebc X-Archives-Hash: f0445a49f625517dd1f847da4bd4ad5b commit: 0e3f952b738b07bb3d935b6b6cb81a031347bb93 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Mar 26 10:47:35 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 26 10:55:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f952b sci-libs/scotch: fix build with USE=mpi Closes: https://bugs.gentoo.org/835914 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/scotch/{scotch-7.0.1.ebuild => scotch-7.0.1-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/scotch/scotch-7.0.1.ebuild b/sci-libs/scotch/scotch-7.0.1-r1.ebuild similarity index 98% rename from sci-libs/scotch/scotch-7.0.1.ebuild rename to sci-libs/scotch/scotch-7.0.1-r1.ebuild index 5f7ec4a8c16f..ddd574b69a8f 100644 --- a/sci-libs/scotch/scotch-7.0.1.ebuild +++ b/sci-libs/scotch/scotch-7.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs flag-o-matic multilib @@ -87,7 +87,6 @@ src_compile() { static_to_shared lib/libptscotcherrexit.a static_to_shared lib/libptscotch.a -Llib -lscotch -lptscotcherr -lz -lm -lrt static_to_shared lib/libptesmumps.a -Llib -lscotch -lptscotch - static_to_shared lib/libptscotchparmetis.a -Llib -lscotch -lptscotch fi if use static-libs; then emake -C src clean