unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add samtools
Date: Sat, 13 Dec 2014 12:04:20 -0500	[thread overview]
Message-ID: <87zjarqy5n.fsf@netris.org> (raw)
In-Reply-To: <87a92rse9s.fsf@netris.org> (Mark H. Weaver's message of "Sat, 13 Dec 2014 11:30:55 -0500")

Mark H Weaver <mhw@netris.org> writes:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
>>
>>> Can we disable the test suite for certain architectures?  Or would they
>>> have to be disabled completely?
>>
>> Yes, just pass something like in ‘arguments’:
>>
>>   #:tests? (not (string=? (or (%current-system) (%current-target-system))
>>                           "i686-linux"))
>
> Since it fails the same way on mips64el, I suggest this instead:
>
>    #:tests? (string=? (or (%current-system) (%current-target-system))
>                           "x86_64-linux")

Oops, we forgot to mention that there should be a comma before that
first open paren, like this:

    #:tests? ,(string=? (or (%current-system) (%current-target-system))
                            "x86_64-linux")

>> Also please add a comment above linking to the upstream bug report.
>
>      Thanks!
>        Mark

  reply	other threads:[~2014-12-13 17:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11 14:48 [PATCH] gnu: Add samtools Ricardo Wurmus
2014-12-11 17:57 ` Ludovic Courtès
2014-12-12  9:48   ` Ricardo Wurmus
2014-12-12 22:55     ` Ludovic Courtès
2014-12-13  6:30     ` Mark H Weaver
2014-12-13  8:19       ` Ricardo Wurmus
2014-12-13 15:53         ` Ludovic Courtès
2014-12-13 16:30           ` Mark H Weaver
2014-12-13 17:04             ` Mark H Weaver [this message]
2014-12-15 11:36               ` Ricardo Wurmus
2014-12-15 22:12                 ` 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zjarqy5n.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).