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 A01D6158041 for ; Mon, 19 Feb 2024 21:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D402BC015; Mon, 19 Feb 2024 21:55:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51CC22BC015 for ; Mon, 19 Feb 2024 21:55:10 +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 7DEFC3430D5 for ; Mon, 19 Feb 2024 21:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA875118C for ; Mon, 19 Feb 2024 21:55:07 +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: <1708379678.ae14cdba12adb50c1ef69291d28d4be247217c8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.15.0-r1.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae14cdba12adb50c1ef69291d28d4be247217c8a X-VCS-Branch: master Date: Mon, 19 Feb 2024 21:55:07 +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: 38553167-2356-48f6-98d7-4d231ea7799c X-Archives-Hash: f0b1ffc30051d13f20842c4ed2d253a2 commit: ae14cdba12adb50c1ef69291d28d4be247217c8a Author: Eli Schwartz gmail com> AuthorDate: Mon Feb 19 20:55:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 19 21:54:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae14cdba dev-python/pythran: add comment explaining an inscrutable sed It's not obvious why this change needs to be made in installed code, and in particular why it is test-only. I'm *still* not sure why this is the best change, but at least with a link people can follow the logic when investigating. Bug: https://bugs.gentoo.org/916461 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/pythran/pythran-0.15.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pythran/pythran-0.15.0-r1.ebuild b/dev-python/pythran/pythran-0.15.0-r1.ebuild index 8c679fe4ddd9..dabf2bf2232e 100644 --- a/dev-python/pythran/pythran-0.15.0-r1.ebuild +++ b/dev-python/pythran/pythran-0.15.0-r1.ebuild @@ -61,6 +61,7 @@ src_configure() { rm -r pythran/{boost,xsimd} || die if use test ; then + # https://bugs.gentoo.org/916461 sed -i \ -e 's|blas=blas|blas=cblas|' \ -e 's|libs=|libs=cblas|' \