diff options
author | Sam James <sam@gentoo.org> | 2024-07-06 07:24:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-06 07:24:39 +0100 |
commit | e5b96a198a0b78d982e2ca41445f32c06951765c (patch) | |
tree | 1519423d2906189a480a67a71b4a702b24fc1b58 /dev-python/numpy | |
parent | dev-python/jaraco-text: Stabilize 3.12.1 ALLARCHES, #935593 (diff) | |
download | gentoo-e5b96a198a0b78d982e2ca41445f32c06951765c.tar.gz gentoo-e5b96a198a0b78d982e2ca41445f32c06951765c.tar.bz2 gentoo-e5b96a198a0b78d982e2ca41445f32c06951765c.zip |
dev-python/numpy: Stabilize 2.0.0 arm64, #935585
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/numpy-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-2.0.0.ebuild b/dev-python/numpy/numpy-2.0.0.ebuild index 600343fdf194..570cc6b7b1dc 100644 --- a/dev-python/numpy/numpy-2.0.0.ebuild +++ b/dev-python/numpy/numpy-2.0.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0/2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" # +lapack because the internal fallbacks are pretty slow. Building without blas # is barely supported anyway, see bug #914358. IUSE="+lapack" |