GNU bug report logs - #18933
ATLAS fails to build on mips

Previous Next

Package: guix;

Reported by: Andreas Enge <andreas <at> enge.fr>

Date: Mon, 3 Nov 2014 09:35:02 UTC

Severity: normal

Tags: wontfix

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #14 received at 18933 <at> debbugs.gnu.org (full text, mbox):

From: Federico Beffa <beffa <at> ieee.org>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 18933 <at> debbugs.gnu.org
Subject: Re: bug#18933: ATLAS fails to build on mips
Date: Sat, 8 Nov 2014 22:45:18 +0100
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 MACHINETYPE = 52 'generic' and ISA = 1 'none'.
         ,,(if (not (and (string-prefix? "x86_64" (%current-system))
                       (string-prefix? "i686" (%current-system))))
             "-A 52 -V 1")
...

the configure flags are not recognized. Differently from this, if I
pass each parameter as a separate string as in

"-A" "52" "-V" "1"

they are recognized. Do you have a suggestion for how to achieve this
without 4 equal 'if'?

Regards,
Fede




This bug report was last modified 10 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.