Skip to content
New issue

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

Install blas on musl linux docker image #705

Closed
jesper-friis opened this issue Nov 12, 2023 · 1 comment
Closed

Install blas on musl linux docker image #705

jesper-friis opened this issue Nov 12, 2023 · 1 comment

Comments

@jesper-friis
Copy link
Collaborator

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.

@jesper-friis
Copy link
Collaborator Author

This seems to have been solved in latest version of musllinux. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant