guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] openblas on MIPS.


From: Ricardo Wurmus
Subject: Re: [PATCH] openblas on MIPS.
Date: Thu, 29 Oct 2015 22:57:58 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> skribis:
>
>> I tried building OpenBLAS on one of the MIPS build slaves and it went
>> through the build phase without errors when I set the TARGET to
>> SICORTEX.  Unfortunately, this doesn’t mean that OpenBLAS actually works
>> on MIPS: one of the tests fails.
>>
>> Meanwhile OpenBLAS version 0.2.15 was released and I just updated our
>> package.  It may well be that this bug has already been fixed by the new
>> release.
>>
>> At any rate, I think the two attached patches (one to pass
>> TARGET=SICORTEX on MIPS; another to enable substitutes for MIPS) are an
>> improvement.  We can use substitutes for MIPS (and ARM for that matter)
>> only when TARGET is specified.  The only MIPS target that seems to work
>> for us appears to be SICORTEX as the other supported targets use
>> Loongson extensions.
>
> Nice!
>
>> From 5132d4f9a36e65439b1295c672ad41364016e6a9 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <address@hidden>
>> Date: Thu, 29 Oct 2015 15:42:09 +0100
>> Subject: [PATCH 1/2] gnu: openblas: Set TARGET to SICORTEX on MIPS.
>>
>> * gnu/packages/maths.scm (openblas)[arguments]: Add "TARGET=SICORTEX" to
>>   make-flags when building for MIPS.
>
> Sounds good but…
>
>> -                   '("DYNAMIC_ARCH=1")
>> -                   ;; On MIPS we force the SICORTEX TARGET, as for the other
>> -                   ;; two available MIPS targets special Loongson extended
>> -                   ;; instructions are used.
>> -                   (if (string-prefix? "mips" (%current-system))
>> -                       '("TARGET=SICORTEX")
>
> This doesn’t seem to be a patch against master, is it?

Oh, I must have forgotten to rebase and squash.  I’ll edit the commit
and resend the patch tomorrow.

~~ Ricardo



reply via email to

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