]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-numpy: Fix reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Sep 2023 21:53:24 +0000 (22:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Oct 2023 07:11:27 +0000 (08:11 +0100)
commitc4d1dc5e33734b94835e7f5e0e1746d4a6542b55
tree434143d335b75603e135d61b428c6db22e5c2281
parent941089fa63e2b38608291251d52a354f0f624926
python3-numpy: Fix reproducibility issue

Add a patch to fix the reproducibility issue being seen during testing. The issue
is from a poor choice of regex against the compiler flags, being triggered by
different path names.

Drop the previous attempt at fixing this as it wasn't that.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-numpy/disable_blas.patch [deleted file]
meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3-numpy_1.26.0.bb