From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: Numpy failures Date: Mon, 9 Feb 2015 09:30:16 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: Guix-devel , bug-guix@gnu.org List-Id: bug-guix.gnu.org Andreas Enge writes: > 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