Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/
Date: Fri, 05 Nov 2021 09:50:05
Message-Id: 1636092228.0ae334d88446466065c9681ed54e62514fc8064c.sam@gentoo
1 commit: 0ae334d88446466065c9681ed54e62514fc8064c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 06:03:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 06:03:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae334d8
7
8 dev-python/scipy: enable pythran by default
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/scipy/scipy-1.7.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/scipy/scipy-1.7.1-r1.ebuild b/dev-python/scipy/scipy-1.7.1-r1.ebuild
16 index dbcd6afdb83..26388078343 100644
17 --- a/dev-python/scipy/scipy-1.7.1-r1.ebuild
18 +++ b/dev-python/scipy/scipy-1.7.1-r1.ebuild
19 @@ -22,7 +22,7 @@ SRC_URI="
20 LICENSE="BSD LGPL-2"
21 SLOT="0"
22 KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
23 -IUSE="doc pythran sparse"
24 +IUSE="doc +pythran sparse"
25
26 DEPEND="
27 >=dev-python/numpy-1.16.5[lapack,${PYTHON_USEDEP}]