-
Notifications
You must be signed in to change notification settings - Fork 225
Add recent CMake and SWIG #659
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
Comments
Should this be closed, now that CMake is part of the manylinux2014 image? |
SWIG was requested as well and a recent CMake is not available on |
Is there a way to set up a tool like dependabot to semi-automate updates to the images when new versions of packages are released? |
I'm thinking of doing it through a custom GHA workflow #918 (comment) |
Just out of curiosity, why was SWIG specifically included? There are many binding generators for Python, and SWIG seems far from the most popular one. Is there a criterium for libraries that are made available out-of-the-box? |
A. You need to ask for it like @HDembinski did |
It would be great if the docker images came with a recent cmake and swig pre-installed, since these are fairly common dependencies for Python packages that need to be build.
The text was updated successfully, but these errors were encountered: