guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add samtools


From: Mark H Weaver
Subject: Re: [PATCH] gnu: Add samtools
Date: Sat, 13 Dec 2014 12:04:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Mark H Weaver <address@hidden> writes:

> address@hidden (Ludovic Courtès) writes:
>
>> Ricardo Wurmus <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]