commit: 85a8d97f7a34c34e8992f4f6ca84659257de4cce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 16:42:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 16:44:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a8d97f
dev-python/scipy: Remove unused deps on arpack and umfpack
SciPy bundled "arnaud" rewrite of sci-libs/arpack, and sci-libs/umfpack
support was moved to a scikit-umfpack package that we don't include.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scipy/scipy-1.16.2-r1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/scipy/scipy-1.16.2-r1.ebuild
b/dev-python/scipy/scipy-1.16.2-r1.ebuild
index ed87bad4dceb..919b85426bfa 100644
--- a/dev-python/scipy/scipy-1.16.2-r1.ebuild
+++ b/dev-python/scipy/scipy-1.16.2-r1.ebuild
@@ -53,8 +53,6 @@ IUSE="doc +fortran test-rust"
COMMON_DEPEND="
>=dev-python/numpy-1.23.5:=[lapack,${PYTHON_USEDEP}]
>=media-libs/qhull-2020.2:=
- sci-libs/arpack:=
- sci-libs/umfpack
virtual/cblas
>=virtual/lapack-3.8
"