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

platform = arm64 or universal2 both create x86_64 wheels #504

Open
MarkWieczorek opened this issue May 19, 2023 · 1 comment
Open

platform = arm64 or universal2 both create x86_64 wheels #504

MarkWieczorek opened this issue May 19, 2023 · 1 comment

Comments

@MarkWieczorek
Copy link

When using multibuild to create macOS wheels for the project shtools, it appears that only "x86_64" wheels are supported for macos. In particular

        os: [macos-latest]
        include:
          - os: macos-latest
            platform: universal2

and

        os: [macos-latest]
        include:
          - os: macos-latest
            platform: arm64

both generate macos wheels with names like -macosx_10_9_x86_64.whl

Here are the CI builds for the two cases

@radarhere
Copy link
Collaborator

I know that they aren't completely unsupported, as pillow-wheels is able to successfully generate arm64 wheels - https://github.com/python-pillow/pillow-wheels/actions/runs/4957968985/jobs/8870274740#step:4:7795

There is a PR open that builds universal2 wheels - python-pillow/pillow-wheels#365, https://github.com/python-pillow/pillow-wheels/actions/runs/4625188095/jobs/8180714113#step:4:15273

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

No branches or pull requests

2 participants