-
Notifications
You must be signed in to change notification settings - Fork 893
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
Pyosys Wheels #4534
Merged
Merged
Pyosys Wheels #4534
Commits on Oct 7, 2024
-
* Created `setup.py`: Python package manifest to build `pyosys` wheels with a custom extension to build and include `libyosys.so` using Make * `.gitignore`: Added byproducts of the Python wheel build process * `Makefile`: Added `-undefined dynamic_lookup` to `libyosys.so` so missing symbols can be resolved by importing into a Python interpreter * `kernel/yosys.cc`: Gated `PyImport_AppendInittab` with `!Py_IsInitialized`; as of Python 3.12, the interpreter is already initialized and `PyImport_AppendInittab` would cause an exception to be raised * Created `wheels.yml`: CI workflow for building wheels for CPython on: * Linux (glibc, musl) and Darwin * x86-64 and arm64
Configuration menu - View commit details
-
Copy full SHA for 407343a - Browse repository at this point
Copy the full SHA 407343aView commit details -
* Update manylinux images * FFI now built as a per-platform static library * Explicitly set minimum macOS deployment target, use clang on macOS * Try enabling Windows (as an experiment) * Disable aarch64-linux, aarch64-windows
Configuration menu - View commit details
-
Copy full SHA for ab4ea84 - Browse repository at this point
Copy the full SHA ab4ea84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab84c10 - Browse repository at this point
Copy the full SHA ab84c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f17a1 - Browse repository at this point
Copy the full SHA 67f17a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c23b7 - Browse repository at this point
Copy the full SHA 08c23b7View commit details -
wheels: convert versions to match pypa spec, add uploading
* wheel versions now replace `+` with `.post` to match spec at https://packaging.python.org/en/latest/specifications/version-specifiers/ * CI updates: * Bump action versions * Disabled Windows for now and documented why * Added a new job to upload all wheels * Added new variable, `PYPI_INDEX`: fallback 'https://pypi.org/' if unset * Added new secret, `PYPI_TOKEN` * .editorconfig now uses 2 spaces for YML (it kept setting mine to tabs and GitHub Actions doesn't like that)
Configuration menu - View commit details
-
Copy full SHA for 0bb1f89 - Browse repository at this point
Copy the full SHA 0bb1f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43128f6 - Browse repository at this point
Copy the full SHA 43128f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cf023 - Browse repository at this point
Copy the full SHA d7cf023View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.