diff options
author | Sam James <sam@gentoo.org> | 2023-08-25 00:15:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-25 00:15:08 +0100 |
commit | 09e34f194d3dd032beecdc2e5db30d81c86d9a54 (patch) | |
tree | a34a007bfd83c56a7f230a99334f52d25e042269 /sci-libs | |
parent | sci-libs/lapack: use fortran-2.eclass (diff) | |
download | gentoo-09e34f194d3dd032beecdc2e5db30d81c86d9a54.tar.gz gentoo-09e34f194d3dd032beecdc2e5db30d81c86d9a54.tar.bz2 gentoo-09e34f194d3dd032beecdc2e5db30d81c86d9a54.zip |
sci-libs/lapack: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack/lapack-3.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/lapack/lapack-3.11.ebuild b/sci-libs/lapack/lapack-3.11.ebuild index 72fc5a9ad67d..7e2764d7f209 100644 --- a/sci-libs/lapack/lapack-3.11.ebuild +++ b/sci-libs/lapack/lapack-3.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Some additional tests are run if Python is found -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake fortran-2 python-any-r1 DESCRIPTION="BLAS,CBLAS,LAPACK,LAPACKE reference implementations" |