Re: [PATCH] gnu: atlas: Try to fix build on MIPS.

2014-12-07 Thread Ludovic Courtès
Federico Beffa skribis: > On Sun, Dec 7, 2014 at 12:46 AM, Ludovic Courtès wrote: >> At this point I think it’s OK to remove MIPS from ‘supported-systems’ >> for this package, with a comment pointing to these discussions in case >> someone wants to investigate. >> > > OK. Is this the correct met

Re: [PATCH] gnu: atlas: Try to fix build on MIPS.

2014-12-07 Thread Federico Beffa
On Sun, Dec 7, 2014 at 12:46 AM, Ludovic Courtès wrote: > At this point I think it’s OK to remove MIPS from ‘supported-systems’ > for this package, with a comment pointing to these discussions in case > someone wants to investigate. > OK. Is this the correct method? (supported-systems (delete "m

Re: [PATCH] gnu: atlas: Try to fix build on MIPS.

2014-12-06 Thread Ludovic Courtès
Apparently the patch didn’t really help: http://hydra.gnu.org/build/167383 Seems like it insists on compiling x86 assembly, which fails: --8<---cut here---start->8--- probe_arch.o: In function `ATL_tmpnam': /tmp/nix-build-atlas-3.10.2.drv-0/build/../ATLAS//C

Re: [PATCH] gnu: atlas: Try to fix build on MIPS.

2014-11-22 Thread Ludovic Courtès
MIPS user can always chime in anytime. > From 64235b3012ebf6ac337a8615dd91ae08beb95180 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Sat, 22 Nov 2014 16:42:41 +0100 > Subject: [PATCH] gnu: atlas: Try to fix build on MIPS. > > * gnu/packages/maths.scm (atlas): A

[PATCH] gnu: atlas: Try to fix build on MIPS.

2014-11-22 Thread Federico Beffa
42:41 +0100 Subject: [PATCH] gnu: atlas: Try to fix build on MIPS. * gnu/packages/maths.scm (atlas): Add MIPS specific configure flags. --- gnu/packages/maths.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1aa3757..6a8d56c 100644 ---