summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-26 14:23:23 +0100
committerSam James <sam@gentoo.org>2023-06-26 14:23:23 +0100
commitae3fba5e83cbcea6654d94d675b23a88b653fb71 (patch)
tree37d93f6e1dcc9b7bd546815da07504f7f49dd53f /dev-python/scipy
parentdev-python/nautilus-python: Stabilize 4.0 arm64, #909175 (diff)
downloadgentoo-ae3fba5e83cbcea6654d94d675b23a88b653fb71.tar.gz
gentoo-ae3fba5e83cbcea6654d94d675b23a88b653fb71.tar.bz2
gentoo-ae3fba5e83cbcea6654d94d675b23a88b653fb71.zip
dev-python/scipy: use new Pythran option
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r--dev-python/scipy/scipy-1.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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)
)
}