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

Update PyARTS wheel build #411

Merged
merged 5 commits into from
Apr 1, 2022
Merged

Conversation

olemke
Copy link
Member

@olemke olemke commented Mar 31, 2022

This PR introduces a deployment build matrix to create separate wheels for different Python versions. pybind11 depends on the Python.h header file and doesn't seem to solely rely on the Py_LIMITED_API which is ABI compatible over the whole Python 3.x line. Thus, we have to assume ABI incompatibility between minor versions (e.g. 3.9 -> 3.10).

Manylinux wheels are built for Python 3.7-3.10.

Move pip install from Dockerfile to arts_build.sh.
pybind11 is linked to the current Python interpreter. Therefore, the
PyARTS wheel needs to include the Python version it was build with.
Build PyARTS package for different Python versions.
@olemke olemke merged commit c577372 into atmtools:master Apr 1, 2022
@olemke olemke deleted the update-pyarts-wheel-build branch April 1, 2022 06:21
olemke added a commit to olemke/arts that referenced this pull request Apr 12, 2022
…el-build"

This reverts commit c577372, reversing
changes made to 77d9a7e.
olemke added a commit to olemke/arts that referenced this pull request Apr 12, 2022
olemke added a commit to olemke/arts that referenced this pull request Apr 12, 2022
olemke added a commit to olemke/arts that referenced this pull request Apr 12, 2022
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