bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52001: numpy CPU dispatch probably prevents builds of python-numpy f


From: Ricardo Wurmus
Subject: bug#52001: numpy CPU dispatch probably prevents builds of python-numpy from being reproducible
Date: Sat, 20 Nov 2021 15:36:57 +0000
User-agent: mu4e 1.6.6; emacs 27.2

Numpy accelerates operations with native code. Early in the build it probes the CPU / compiler for supported instruction extensions and then proceeds to build extensions for different features. I’m guessing that this won’t work when building on older CPUs, so the results of two builds on different CPUs may differ.

It would be helpful if someone could confirm this by building numpy on an older CPU and then compare the build result with that provided by ci.guix.gnu.org.

--
Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]