From ae14cdba12adb50c1ef69291d28d4be247217c8a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 19 Feb 2024 15:55:35 -0500 Subject: 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 Signed-off-by: Sam James --- dev-python/pythran/pythran-0.15.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python') 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|' \ -- cgit v1.2.3