openblas: new package
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 27 Jun 2016 08:44:50 +0000 (09:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Jul 2016 14:21:37 +0000 (16:21 +0200)
commitea22b78d4bb8779a17519dc81a4a7a0c05ad59e7
tree9d8d49a17b3bfb6b710cd33680685a60859abf35
parent0cf4e05832dbc1e87b06f4f39628c30dd9734f23
openblas: new package

OpenBLAS is optimised for specific CPU models, which don't fully match
with the GCC code generation options. Therefore, we can't automatically
select BR2_PACKAGE_OPENBLAS_TARGET based on the CPU choice. Instead, let
the user select the TARGET name, but offer a sensible default. Other
possible solutions were deemed too complicated: adding choice options in
the ambiguous cases, or only making the option user-visible when there
is ambiguity.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/openblas/Config.in [new file with mode: 0644]
package/openblas/openblas.hash [new file with mode: 0644]
package/openblas/openblas.mk [new file with mode: 0644]