summaryrefslogtreecommitdiff
path: root/dev-python/numpy/numpy-2.2.6.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-26 02:42:07 +0100
committerSam James <sam@gentoo.org>2025-05-26 02:42:50 +0100
commit6ef5874c1d823d27ab5a3dd70bf57acdff8ea066 (patch)
tree3b34364eb6f4074c66dd515e38f70bbda2c77bb4 /dev-python/numpy/numpy-2.2.6.ebuild
parentd031d07f8464e9aeb8f0acdbcdb63229ef8aeca9 (diff)
downloadgentoo-6ef5874c1d823d27ab5a3dd70bf57acdff8ea066.tar.gz
gentoo-6ef5874c1d823d27ab5a3dd70bf57acdff8ea066.tar.bz2
gentoo-6ef5874c1d823d27ab5a3dd70bf57acdff8ea066.zip
dev-python/numpy: fix build w/ GCC 16
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/numpy/numpy-2.2.6.ebuild')
-rw-r--r--dev-python/numpy/numpy-2.2.6.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-2.2.6.ebuild b/dev-python/numpy/numpy-2.2.6.ebuild
index cee6d0e62cd6..ccd5e0511fb2 100644
--- a/dev-python/numpy/numpy-2.2.6.ebuild
+++ b/dev-python/numpy/numpy-2.2.6.ebuild
@@ -63,6 +63,9 @@ python_prepare_all() {
# https://github.com/numpy/numpy/pull/28748
# https://github.com/numpy/numpy/pull/28928
"${FILESDIR}/${PN}-2.2.5-py314.patch"
+ # https://github.com/google/highway/issues/2577
+ # github.com/google/highway/commit/7cde540171a1718a9bdfa8f896d70e47eb0785d5
+ "${FILESDIR}/${PN}-2.2.6-gcc16.patch"
)
# bug #922457