Closed 95-martin-orion closed 12 months ago
It seems like something changed between when #643 was merged and this PR. This could be an actual change or simply a flake due to different Github Actions runners - details are below. The main difference I see is python@3.11
in this PR's logs, which appears to have failed to link.
CC @basnijholt to investigate.
My suspicion is that this is intermittent. Could you try restarting the failed CI job?
If this doesn't work, instead of relinking Python, we could also just add the libomp symlinks, and skip the Python relinking.
My suspicion is that this is intermittent. Could you try restarting the failed CI job?
This appears to have worked. I'd like to eliminate the flake if possible, but we can go ahead with the release for now.
@95-martin-orion for some reason the MacOS ARM64 wheels aren't uploaded (https://pypi.org/project/qsimcirq/#files).
@95-martin-orion for some reason the MacOS ARM64 wheels aren't uploaded (https://pypi.org/project/qsimcirq/#files).
Looking at the logs, it seems like the macos-13-large
run also built x86_64
wheels. It might be necessary to specify CIBW_ARCHS_MACOS
as demonstrated in this example from the cibuildwheel docs.
This minor version adds support for the "basic" version of qsim on Apple Silicon (#643).