Install libopenblas-dev since it adds necessary dependencies for numpy.
In previous versions of numpy, all dependencies were included, so OpenBLAS was not necessary.
Latest numpy switched back, and uses files added by libopenblas-dev package.
PR Type
[x] Bug fix (change that fixes an issue)
[ ] New feature (change that adds new functionality)
[ ] Breaking change (has dependencies in other repos or will cause CI to fail)
PR Checklist
[x] I have performed a self-review of the changes
[ ] I have commented my code, at least hard-to-understand parts
[x] I have built Kuiper Linux image with the changes
[x] I have tested new image in hardware, on relevant boards
[x] I have signed off all commits from this PR
[ ] I have updated the documentation (wiki pages, ReadMe etc)
Pull Request Description
Install libopenblas-dev since it adds necessary dependencies for numpy. In previous versions of numpy, all dependencies were included, so OpenBLAS was not necessary. Latest numpy switched back, and uses files added by libopenblas-dev package.
PR Type
PR Checklist