bug#18933: ATLAS fails to build on mips

2014-12-08 Thread Ludovic Courtès
tag 18933 wontfix close 18933 thanks The attempt to get ATLAS on MIPS failed; commit 01480b9e disables it on MIPS. See for the discussion. Ludo’.

bug#18933: ATLAS fails to build on mips

2014-11-09 Thread Andreas Enge
On Sat, Nov 08, 2014 at 10:45:18PM +0100, Federico Beffa wrote: >#:configure-flags >`(... > ;; On non "x86_64" / "i686" platforms, do not guess processor > ;; architecture (because it fails) and do not use ISA extensions. > ;; We set MACHINETYPE = 52 'gene

bug#18933: ATLAS fails to build on mips

2014-11-08 Thread Federico Beffa
I'm trying to pass an architecture parameter to configure. However, if I do something like ... #:configure-flags `(... ;; On non "x86_64" / "i686" platforms, do not guess processor ;; architecture (because it fails) and do not use ISA extensions. ;; We set

bug#18933: ATLAS fails to build on mips

2014-11-03 Thread Andreas Enge
On Mon, Nov 03, 2014 at 06:53:35PM +0100, Federico Beffa wrote: > * Are we corss-compiling, or are we on proper hardware? No, it is native on a mips machine. > I have no practical experience with MIPS, so my next question is: In > the list of architectures supported by ATLAS I see: > 49 = 'MIPSR1

bug#18933: ATLAS fails to build on mips

2014-11-03 Thread Federico Beffa
What I see is that ATLAS is not able to detect the type of system on which it is running. My first question then is: * Are we corss-compiling, or are we on proper hardware? If we are cross-compiling, then the only solution that I see it to try to fix the configuration with parameters passed to c

bug#18933: ATLAS fails to build on mips

2014-11-03 Thread Andreas Enge
ATLAS fails to build on mipsel64: http://hydra.gnu.org/build/133025 with mkdir ARCHS make -f Make.top startup make[1]: Entering directory '/tmp/nix-build-atlas-3.10.2.drv-0/build' Make.top:1: Make.inc: No such file or directory make[1]: *** No rule to make target 'Make.inc'. Stop. make[1]: Leav