guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: openblas: Disable DYNAMIC_ARCH on MIPS.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: openblas: Disable DYNAMIC_ARCH on MIPS.
Date: Wed, 20 May 2015 13:55:35 +0200

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 via email to

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