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

Packaging revamp, introduce cleaner installation, add cross-compilation #12

Merged
merged 11 commits into from
Jan 4, 2024

Conversation

agriyakhetarpal
Copy link
Owner

Closes #7 and sets up baseline work for #2

@agriyakhetarpal agriyakhetarpal force-pushed the platforms-and-architectures branch 2 times, most recently from de114be to ac32450 Compare January 4, 2024 18:47
@agriyakhetarpal
Copy link
Owner Author

Note to self: use cibuildwheel-enabled Python implementations since GitHub Actions runners are messing up the platform specification for Python 3.12 (pypa/wheel#573) – x86_64 runner is named as a universal one.

Might have to map CIBW_ARCHS_MACOS: x86_64 arm64 to GOARCH: amd64 arm64 in setup.py accordingly

@agriyakhetarpal agriyakhetarpal merged commit f3b572e into main Jan 4, 2024
12 checks passed
@agriyakhetarpal agriyakhetarpal deleted the platforms-and-architectures branch January 4, 2024 21:38
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.

Doesn't work outside virtual environments and --user installations (have to use a virtual environment)
1 participant