]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-numpy: Attempt to fix reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Sep 2023 16:47:12 +0000 (17:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Sep 2023 07:09:11 +0000 (08:09 +0100)
commit1d07be514ccacedb4d1ac48e0fdd3a36ae098698
tree45de932d81793b7da4ac3fe9a66cea285b9e3633
parent0c3a6a74531d3860a3849a1f53f6709d6a0e88a5
python3-numpy: Attempt to fix reproducibility issue

We've seen reproducibility failures where it appears an extra -O3 compiler flag ends
up in the multiarray library compilation. This can only really have come through
extra_info for BLASS support since it only affects just this library. Rather than
try and track down exactly where this came from in a rabbit warren of code, just
disable this since we don't have any of the dependencies anyway.

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