summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2025-01-22 10:08:48 -0500
committerRoss Burton <ross.burton@arm.com>2025-01-23 11:56:47 +0000
commite0e5dd1e43415ec56144b652ae6af0a4bd07ffcf (patch)
treefc60b20467cd6486e83ee8acff6874adc1e17206 /meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
parenta58f8a087b8d60cdb3e072233fcc8abd81906c72 (diff)
downloadpoky-e0e5dd1e43415ec56144b652ae6af0a4bd07ffcf.tar.gz
python3-numpy: upgrade 2.2.1 -> 2.2.2
Changelog: https://github.com/numpy/numpy/releases/tag/v2.2.2 Reproducibility looks OK: |2025-01-20 16:40:52,428 - oe-selftest - INFO - Ran 1 test in 2125.833s |2025-01-20 16:40:52,428 - oe-selftest - INFO - OK |2025-01-20 16:40:57,146 - oe-selftest - INFO - RESULTS: |2025-01-20 16:40:57,146 - oe-selftest - INFO - RESULTS - reproducible.ReproducibleTests.test_reproducible_builds: PASSED (2065.94s) |2025-01-20 16:40:57,147 - oe-selftest - INFO - SUMMARY: |2025-01-20 16:40:57,147 - oe-selftest - INFO - oe-selftest () - Ran 1 test in 2125.834s |2025-01-20 16:40:57,147 - oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0) (From OE-Core rev: 8ba751635a333ba0ccdeaff7b135131de99292a9) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch')
-rw-r--r--meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
index 18d7f3f84e..514073d94e 100644
--- a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
+++ b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
@@ -1,4 +1,4 @@
1From cde931f4380745b9818b55d7b06a43d347518967 Mon Sep 17 00:00:00 2001 1From 061a8ae1d1d000892d6dba89a444922e7a28804b Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Fri, 29 Sep 2023 22:53:24 +0100 3Date: Fri, 29 Sep 2023 22:53:24 +0100
4Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or 4Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or