Numpy failures

  • Done
  • quality assurance status badge
Details
2 participants
  • Federico Beffa
  • Ludovic Courtès
Owner
unassigned
Submitted by
Federico Beffa
Severity
normal
Merged with

Debbugs page

Federico Beffa wrote 10 years ago
(name . Andreas Enge)(address . andreas@enge.fr)
CAKrPhPOfkGiy2GTutqcW_s5p+Cgpe=hF_P0pxpuT6PxrPP5FvQ@mail.gmail.com
Andreas Enge <andreas@enge.fr> writes:

Toggle quote (4 lines)
> python-numpy-bootstrap currently fails its tests on hydra, which entails a
> bunch of other failures. On my own x86_64 machines, the build succeeds,
> however.

We believe the reason being the fact that hydra doesn't handle the flag
'#:substitutable?' properly. As a result we have the following
situation:

1. hydra builds a version of ATLAS optimized for its CPU locally.

2. 'python-numpy-bootstrap' and co., on some architectures, probably get
an incompatible version of ATLAS and therefore fail to pass some tests.

You can check in the build log of 'python-numpy-bootstrap' that ATLAS,
despite the flas, is substituted (no local build on the slave).

At some point we should fix the support for '#:substitutable?' on hydra
(or the upcoming 'guix publish').

Regards,
Fede
Ludovic Courtès wrote 10 years ago
control message for bug #19819
(address . control@debbugs.gnu.org)
87y4gcagv3.fsf@gnu.org
merge 19819 19805
?
Your comment

This issue is archived.

To comment on this conversation send an email to 19819@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 19819
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help