Bug#964186: python-peachpy: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Jul 3 11:15:04 BST 2020


Source: python-peachpy
Version: 0.0~git20200303.f189ad2-3
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
python-peachpy could not be built reproducibly.

This is because it was iterating over data structures in a
nondeterministic manner resulting in non-normative differences such
as:

  -<li><p>VEXPANDPD(ymm{k}{z}, ymm/m256)    [AVX512F and AVX512VL]</p></li>
   <li><p>VEXPANDPD(xmm{k}{z}, xmm/m128)    [AVX512VL]</p></li>
  +<li><p>VEXPANDPD(ymm{k}{z}, ymm/m256)    [AVX512F and AVX512VL]</p></li>

and:

  -        self._implicit_out_regs = {0: 7, 2: 7}
  +        self._implicit_out_regs = {2: 7, 0: 7}

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: python-peachpy.diff.txt
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20200703/da902e6c/attachment-0001.txt>


More information about the debian-science-maintainers mailing list