Skip to content

Conversation

@maxnoe
Copy link

@maxnoe maxnoe commented Nov 7, 2025

Looking for Development includes interpreter embedding, which requires the libpython.

This creates issues for building wheels in manylinux containers that intentionally do not ship libpython.

For building extension modules, only Development.Module is needed.

@maxnoe
Copy link
Author

maxnoe commented Nov 7, 2025

With this patch, I could use cibuildwheel to create manylinux gfal wheels:

which can be pip installed without any compilation step.

This would dramatically improve quality of life of gfal2-python users outside of conda.

@maxnoe
Copy link
Author

maxnoe commented Nov 7, 2025

While the wheels compiled, they do not find their plugins and config libraries. Any idea how we could solve these issues would be greatly appreciated.

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

Successfully merging this pull request may close these issues.

1 participant