[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: openblas: Fix configure flags on armhf and take target
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: openblas: Fix configure flags on armhf and take target |
Date: |
Thu, 01 Oct 2015 15:25:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
>>From 8802c118fed2c93ee60d90a5cc883c1c3328d531 Mon Sep 17 00:00:00 2001
> From: Andreas Enge <address@hidden>
> Date: Thu, 1 Oct 2015 10:32:29 +0200
> Subject: [PATCH] gnu: openblas: Fix configure flags on armhf and take target
> system into account for cross building.
>
> * gnu/packages/maths.scm (openblas)[arguments]: Make package substitutable
> and enable runtime cpu detection only on x86 systems. Take the target
> system into account when cross compiling.
[...]
> + ,@(let ((system (or (%current-target-system)
> (%current-system))))
> + (if (or (string-prefix? "x86_64" system)
^
Please indent like the previous ‘let’.
Other than that LGTM, thank you!
Ludo’.