Qiskit / qiskit-addon-mthree

Matrix-free Measurement Mitigation
https://qiskit.github.io/qiskit-addon-mthree/
Apache License 2.0
37 stars 27 forks source link

aarch64 wheel #269

Open EliseJ opened 1 week ago

EliseJ commented 1 week ago

For including mthree in Docker images built on macos a e.g. manylinux_2_17_aarch64 platform wheel would be really useful. Is there any plan to extend the wheels on pypi for this? Building from source fails due to incomplete CPATHS which could be debugged but is quite messy during the build.

nonhermitian commented 5 days ago

It does look like we can do manylinux_2_28 provided that i686 support is dropped. I am pretty sure that loss is probably not a big deal at this point in time.