aboutsummaryrefslogtreecommitdiff
path: root/libs/openblas
Commit message (Collapse)AuthorAge
* openblas: avoid using make -j when buildingEneas U de Queiroz2021-10-06
| | | | | | | Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when building the package, honoring the parent make's setting. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* openblas: fix compilation with mips x4k series CPUEneas U de Queiroz2021-10-06
| | | | | | | Anything later than MIPS 24k can run MIPS 24k code. Set OPENBLAS_TARGET to MIPS24K in those cases. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* openblas: bump to 0.3.18Alexandru Ardelean2021-10-04
| | | | | | Drops patch, which was upstreamed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kcAlexandru Ardelean2021-09-26
| | | | | | | | Up until now, we were defaulting to MIPS24K for all MIPS archs. But, we should use the GENERIC target for MIPS{EL} and the MIPS24K target for the 24kc CPU_TYPE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: openblas: patch openblas to handle mips{64}el arch namesAlexandru Ardelean2021-09-26
| | | | | | Related to PR: https://github.com/xianyi/OpenBLAS/pull/3387 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: openblas: use GENERIC target for MIPS64 archs and as defaultAlexandru Ardelean2021-09-26
| | | | | | | | The GENERIC target for OpenBLAS seems good enough for most configs, so try to use it for MIPS64 and as default for other archs. This was already being used for x86{_64} archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openblas: bump to version 0.3.17 and fix ccache buildAlexandru Ardelean2021-08-02
| | | | | | Fixes: https://github.com/openwrt/packages/issues/16271 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openblas: add initial packageAlexandru Ardelean2021-07-26
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>