[Buildroot] [PATCH v3 next] openblas: new package

Vicente Olivert Riera Vincent.Riera at imgtec.com
Thu May 19 10:55:58 UTC 2016


Hello Baruch,

On 19/05/16 11:17, Baruch Siach wrote:
> Hi Vicente,
> 
> On Thu, May 19, 2016 at 11:10:02AM +0100, Vicente Olivert Riera wrote:
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
>> ---
>> Changes v2 -> v3:
>>  - Switch version to HEAD of develop branch as it contains support for
>>    MIPS32.
>>  - Add a patch to fix build failure of P5600 and I6400 targets.
> 
> Where is this patch?

referenced in the openblas.mk file, in OPENBLAS_PATCH variable:

OPENBLAS_PATCH =
https://github.com/vriera/OpenBLAS/commit/e12cff87b86615f5a4643d246a6c1963a0e81ca5.patch

Regards,

Vincent.

>>  - Add support for OpenMP when toolchain has NPTL threads.
>>
>> Changes v1 -> v2:
>>  - Multi-threading is not available for static-only since it uses
>>    dlfcn.h, so modify the "ifeq" statement accordingly.
>>
>>  package/Config.in              |   1 +
>>  package/openblas/Config.in     | 240 +++++++++++++++++++++++++++++++++++++++++
>>  package/openblas/openblas.hash |   3 +
>>  package/openblas/openblas.mk   |  54 ++++++++++
>>  4 files changed, 298 insertions(+)
>>  create mode 100644 package/openblas/Config.in
>>  create mode 100644 package/openblas/openblas.hash
>>  create mode 100644 package/openblas/openblas.mk
> 
> baruch
> 



More information about the buildroot mailing list