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

Link against libgfortran statically when static feature is enabled #74

Open
ethanhs opened this issue Jun 19, 2021 · 2 comments
Open

Link against libgfortran statically when static feature is enabled #74

ethanhs opened this issue Jun 19, 2021 · 2 comments

Comments

@ethanhs
Copy link
Contributor

ethanhs commented Jun 19, 2021

I use openblas for a Python package, so I statically link most of the C dependencies I have. However, when I activate the static feature it failed the manylinux check because it is dynamically linking to libgfortran.so.5

This seems to happen when the lapacke feature is activated, but not otherwise.

@IvanUkhov
Copy link
Member

If you need OpenBLAS for a Python package, how does Rust appear in the picture?

@IvanUkhov IvanUkhov changed the title Link against libgfortran statically when static feature is enabled. Link against libgfortran statically when static feature is enabled Jul 10, 2021
@ethanhs
Copy link
Contributor Author

ethanhs commented Jul 10, 2021

I'm using ndarray and rust-numpy , and lapack routines, bound back to Python via PyO3 and rust-numpy

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

No branches or pull requests

2 participants