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

Recompile Linux with manylinux2014_x86_64 compatibility #8

Open
psavery opened this issue Aug 21, 2022 · 0 comments
Open

Recompile Linux with manylinux2014_x86_64 compatibility #8

psavery opened this issue Aug 21, 2022 · 0 comments

Comments

@psavery
Copy link

psavery commented Aug 21, 2022

Previous versions of the SDK (such as v0.1.1) were compiled using glibc < 2.17, which is necessary to follow Python's manylinux2014_x86_64 policy.

It appears that the latest Linux dylib on master was compiled with a relatively new version of glibc (I see 2.25 being used). Can you recompile it using glibc < 2.17 for more Linux compatibility? This can be done, for instance, by compiling inside the quay.io/pypa/manylinux2014_x86_64 docker image.

This is necessary for the SDK to be used in manylinux2014_x86_64 python wheels, and is necessary for us to use the SDK in our vtk-lookingglass package.

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

No branches or pull requests

1 participant