commit:     ae3fba5e83cbcea6654d94d675b23a88b653fb71
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 13:23:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 13:23:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3fba5e

dev-python/scipy: use new Pythran option

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/scipy/scipy-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.11.0.ebuild 
b/dev-python/scipy/scipy-1.11.0.ebuild
index dee7be903796..10bd746dd9b0 100644
--- a/dev-python/scipy/scipy-1.11.0.ebuild
+++ b/dev-python/scipy/scipy-1.11.0.ebuild
@@ -86,10 +86,10 @@ src_unpack() {
 }
 
 python_configure_all() {
-       export SCIPY_USE_PYTHRAN=$(usex fortran 1 0)
        DISTUTILS_ARGS=(
                -Dblas=blas
                -Dlapack=lapack
+               -Duse-pythran=$(usex fortran true false)
        )
 }
 

Reply via email to