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

Updates to support PEP 730-format support packages. #55

Merged
merged 16 commits into from
Sep 6, 2024
Merged

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Sep 4, 2024

This is a major refactor of the forge script, to support the PEP 730 framework format.

It is now entirely self-contained. It no longer requires a standalone Python-Apple-support build. Instead, it will download and use the officially published support package, and the published support binaries used to build that support package. Specific support revisions and/or a local Python-Apple-support build can be specified, if required.

It relies on the fact that the PEP 730 build includes shim binaries for CC, CXX etc.

On completion of a build, the dist folder should only include artefacts suitable for publication. Any intermediate wheels should be in the deps folder.

Support for blis has been dropped, as it required more than a trivial patch to get working.

The script will work with Python 3.13, but many of the packages will require version bumps to incorporate 3.13 support.

The repo also contains a CI script to perform a basic check of any future changes.

Fixes #56.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 mentioned this pull request Sep 4, 2024
@freakboy3742 freakboy3742 merged commit 8a7da97 into main Sep 6, 2024
6 checks passed
@freakboy3742 freakboy3742 deleted the 3.13-update branch September 6, 2024 04:35
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.

Failure in crossenv
1 participant