We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumPy offers no prebuild binaries for musl linux. This cause the following workflow to fail because it cannot find a blas library when trying to build numpy: https://github.com/SINTEF/dlite/actions/runs/6841414932/job/18601750998?pr=631
To solve this issue, install blas in the musl linux docker image.
The text was updated successfully, but these errors were encountered:
This seems to have been solved in latest version of musllinux. Closing the issue.
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
NumPy offers no prebuild binaries for musl linux. This cause the following workflow to fail because it cannot find a blas library when trying to build numpy: https://github.com/SINTEF/dlite/actions/runs/6841414932/job/18601750998?pr=631
To solve this issue, install blas in the musl linux docker image.
The text was updated successfully, but these errors were encountered: