diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:10:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:11:54 +0200 |
commit | b72cc4f8776e902a1c146438866b9e3cc19e1474 (patch) | |
tree | 3706118a3104e85bda93b17c43248783cd77b28f /sci-libs/clblas | |
parent | sci-electronics/magic: drop 8.3.232-r1, 8.3.309-r2, 8.3.309-r3 (diff) | |
download | gentoo-b72cc4f8776e902a1c146438866b9e3cc19e1474.tar.gz gentoo-b72cc4f8776e902a1c146438866b9e3cc19e1474.tar.bz2 gentoo-b72cc4f8776e902a1c146438866b9e3cc19e1474.zip |
sci-libs/clblas: enable py3.12
Closes: https://bugs.gentoo.org/929770
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs/clblas')
-rw-r--r-- | sci-libs/clblas/clblas-2.12-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/clblas/clblas-2.12-r2.ebuild b/sci-libs/clblas/clblas-2.12-r2.ebuild index 654c43bcf00f..72bfd21c224c 100644 --- a/sci-libs/clblas/clblas-2.12-r2.ebuild +++ b/sci-libs/clblas/clblas-2.12-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DOCS_BUILDER="doxygen" DOCS_DEPEND="<dev-libs/mathjax-3" DOCS_CONFIG_NAME="clBLAS.doxy" |