bug#19805: Numpy failures

2015-09-11 Thread Ludovic Courtès
This bug is moot now that NumPy uses OpenBLAS instead of ATLAS (commit dbdfe515), so closing it. The suggestion about propagating the #:substitutable? flag at remains valid, but it’s a separate issue. Ludo’.

bug#19805: Numpy failures

2015-02-10 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Federico Beffa skribis: >> >>> At some point we should fix the support for '#:substitutable?' on hydra >> >> That probably means that #:substitutable? should be propagated–i.e., >> that anything depending on ATLAS should not be

bug#19805: Numpy failures

2015-02-10 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Federico Beffa skribis: > >> At some point we should fix the support for '#:substitutable?' on hydra > > That probably means that #:substitutable? should be propagated–i.e., > that anything depending on ATLAS should not be substituted. As I just wrote in

bug#19805: Numpy failures

2015-02-10 Thread Federico Beffa
On Tue, Feb 10, 2015 at 12:07 AM, Ludovic Courtès wrote: >> At some point we should fix the support for '#:substitutable?' on hydra > > That probably means that #:substitutable? should be propagated–i.e., > that anything depending on ATLAS should not be substituted. I guess so. Is there a way to

bug#19805: Numpy failures

2015-02-09 Thread Ludovic Courtès
Federico Beffa skribis: > 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 > '#:s

bug#19805: Numpy failures

2015-02-07 Thread Andreas Enge
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. Andreas