summaryrefslogtreecommitdiff
path: root/dev-python/numpy/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 07:24:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-26 07:24:58 +0000
commitd0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f (patch)
treedc0e7ee30747be65744248f91c631400b2d703ed /dev-python/numpy/files
parent4edba0f7c9252e45fae8ba33f768fd5fb1f9f7fa (diff)
downloadbaldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.tar.gz
baldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.tar.xz
baldeagleos-repo-d0fc59cd67c17dd62ef3326fd7220f7fe6e2be3f.zip
Adding metadata
Diffstat (limited to 'dev-python/numpy/files')
-rw-r--r--dev-python/numpy/files/numpy-2.2.6-gcc16.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/numpy/files/numpy-2.2.6-gcc16.patch b/dev-python/numpy/files/numpy-2.2.6-gcc16.patch
new file mode 100644
index 000000000000..a297551ded05
--- /dev/null
+++ b/dev-python/numpy/files/numpy-2.2.6-gcc16.patch
@@ -0,0 +1,14 @@
+https://github.com/google/highway/issues/2577
+https://github.com/google/highway/commit/7cde540171a1718a9bdfa8f896d70e47eb0785d5
+--- a/numpy/_core/src/highway/hwy/ops/set_macros-inl.h
++++ b/numpy/_core/src/highway/hwy/ops/set_macros-inl.h
+@@ -141,7 +141,8 @@
+ #define HWY_TARGET_STR_AVX2 \
+ HWY_TARGET_STR_SSE4 ",avx,avx2" HWY_TARGET_STR_BMI2_FMA HWY_TARGET_STR_F16C
+
+-#if HWY_COMPILER_GCC_ACTUAL >= 1400 || HWY_COMPILER_CLANG >= 1800
++#if (HWY_COMPILER_GCC_ACTUAL >= 1400 && HWY_COMPILER_GCC_ACTUAL < 1600) || \
++ HWY_COMPILER_CLANG >= 1800
+ #define HWY_TARGET_STR_AVX3_VL512 ",evex512"
+ #else
+ #define HWY_TARGET_STR_AVX3_VL512