From e0c2ec7b476311a209c00258ed3d352eab5c41e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 16 Sep 2025 11:16:11 +0200 Subject: dev-python/numpy: Backport a fix for building with AVX512F only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/961476 Signed-off-by: Michał Górny --- dev-python/numpy/numpy-2.3.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/numpy/numpy-2.3.3.ebuild') diff --git a/dev-python/numpy/numpy-2.3.3.ebuild b/dev-python/numpy/numpy-2.3.3.ebuild index c11582e95608..be424340c11e 100644 --- a/dev-python/numpy/numpy-2.3.3.ebuild +++ b/dev-python/numpy/numpy-2.3.3.ebuild @@ -75,6 +75,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.3.2-no-detect.patch # https://github.com/numpy/numpy/pull/29579 "${FILESDIR}"/${PN}-2.3.2-arm-asimddp.patch + # https://github.com/intel/x86-simd-sort/pull/212 + "${FILESDIR}"/${P}-avx512f-only.patch ) has_all_x86() { -- cgit v1.2.3