all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: Mark H Weaver <mhw@netris.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: openblas: Disable DYNAMIC_ARCH on MIPS.
Date: Wed, 20 May 2015 13:55:35 +0200	[thread overview]
Message-ID: <idjlhgjihu0.fsf@bimsb-sys02.mdc-berlin.net> (raw)
In-Reply-To: <87a8x0mc0r.fsf@netris.org>


Mark H Weaver writes:

>> -             "DYNAMIC_ARCH=1")
>> +             ;; Unfortunately, this is not supported on MIPS.
>> +             ,@(if (string-prefix? "mips" (%current-system))
>> +                   (list)
>> +                   (list "DYNAMIC_ARCH=1")))
>
> It would be marginally preferable to use '() and '("DYNAMIC_ARCH=1")
> here.  Anyway, okay to push!

I pushed it with the suggested change.
Thanks!

~~ Ricardo

      reply	other threads:[~2015-05-20 11:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-19 14:14 [PATCH] gnu: openblas: Disable DYNAMIC_ARCH on MIPS Ricardo Wurmus
2015-05-19 22:35 ` Mark H Weaver
2015-05-20 11:55   ` Ricardo Wurmus [this message]

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=idjlhgjihu0.fsf@bimsb-sys02.mdc-berlin.net \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.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.