commit:     ae14cdba12adb50c1ef69291d28d4be247217c8a
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 20:55:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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|' \

Reply via email to