diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:20:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:57:05 +0100 |
commit | 9683710f87466df5fc721c8485cf272cd9b1fed8 (patch) | |
tree | d27d0715dbc4c736307dde9c5f77188a22a4dcec /sci-libs/lapack | |
parent | sys-apps/firejail: drop 0.9.70 (diff) | |
download | gentoo-9683710f87466df5fc721c8485cf272cd9b1fed8.tar.gz gentoo-9683710f87466df5fc721c8485cf272cd9b1fed8.tar.bz2 gentoo-9683710f87466df5fc721c8485cf272cd9b1fed8.zip |
sci-libs/lapack: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/929777
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/lapack')
-rw-r--r-- | sci-libs/lapack/lapack-3.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/lapack/lapack-3.12.0-r1.ebuild b/sci-libs/lapack/lapack-3.12.0-r1.ebuild index c8770940f40e..3432143696f3 100644 --- a/sci-libs/lapack/lapack-3.12.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.12.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Some additional tests are run if Python is found -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake flag-o-matic fortran-2 python-any-r1 DESCRIPTION="BLAS, CBLAS, LAPACK, LAPACKE reference implementations" |