From: Andreas Enge <andreas@enge.fr>
To: Federico Beffa <beffa@ieee.org>
Cc: 18933@debbugs.gnu.org
Subject: bug#18933: ATLAS fails to build on mips
Date: Sun, 9 Nov 2014 10:29:14 +0100 [thread overview]
Message-ID: <20141109092914.GB8425@debian> (raw)
In-Reply-To: <CAKrPhPNrYuoOTgCZadJiP7_DL5vxcczPdBXMoipiDFJLuEOyYw@mail.gmail.com>
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 'generic' and ISA = 1 'none'.
> ,,(if (not (and (string-prefix? "x86_64" (%current-system))
> (string-prefix? "i686" (%current-system))))
> "-A 52 -V 1")
You should put the different configure flags as elements of a list.
To concatenate with an existing list, you can do something like this
(taken from xkbcomp):
(inputs
`(,@(package-inputs xkbcomp-intermediate)
("xkeyboard-config" ,xkeyboard-config)))
Andreas
next prev parent reply other threads:[~2014-11-09 9:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-03 9:33 bug#18933: ATLAS fails to build on mips Andreas Enge
2014-11-03 17:53 ` Federico Beffa
2014-11-03 21:27 ` Andreas Enge
2014-11-08 21:45 ` Federico Beffa
2014-11-09 9:29 ` Andreas Enge [this message]
2014-12-08 9:13 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141109092914.GB8425@debian \
--to=andreas@enge.fr \
--cc=18933@debbugs.gnu.org \
--cc=beffa@ieee.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.