openblas: add initial package 15685/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 26 Feb 2021 11:19:41 +0000 (13:19 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 26 Jul 2021 07:27:44 +0000 (10:27 +0300)
commit9cbf548649b6c620b7f2d7c896e3fa294af0b821
treec8b8e6c563e28541c3b81c7c2bcfefc20da54ef9
parent3995ad1e5179c91d6c773f0ebff04cca0a69ddf9
openblas: add initial package

Initial draft PR is:
  https://github.com/openwrt/packages/pull/11894

This one is a bit more complete, and follows packaging practices.

For now, disabling builds on ARC and PowerPC. Will require more work to get
them going.
Explicitly disabling OpenMP support, so that it doesn't get picked by
accident.

Later we may use the `CPU_TYPE` parameter to tweak things a little further.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
libs/openblas/Makefile [new file with mode: 0644]