repo/gentoo:master commit in: sci-ml/FBGEMM/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785955335.b3afba2c5f7a2ba5778194c1b3dd8fa6fc2c8d25.tupone@gentoo> |
commit: b3afba2c5f7a2ba5778194c1b3dd8fa6fc2c8d25
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 18:41:58 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 18:42:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3afba2c
sci-ml/FBGEMM: disable py3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild b/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
index e6bf73670af8..c1173d599196 100644
--- a/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
+++ b/sci-ml/FBGEMM/FBGEMM-1.7.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..15} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit python-any-r1 flag-o-matic cmake
DESCRIPTION="Facebook GEneral Matrix Multiplication"