tfmoraes / python-gdcm

GDCM Packaging
Apache License 2.0
20 stars 6 forks source link

64-bit ARM wheels #17

Closed taleinat closed 1 year ago

taleinat commented 1 year ago

Would it be possible to provide binary wheels for 64-bit ARM (a.k.a. "aarch64") Linux?

I see that such wheels are already provided for 64-bit ARM macOS and x86-64 & i686 Linux, so hopefully not too difficult to do...

tfmoraes commented 1 year ago

I'll try to set the Github CI to build to aarch64 on Linux.

tfmoraes commented 1 year ago

@taleinat I submitted the aarch64 wheels to pypi, please test it.

taleinat commented 1 year ago

Wow @tfmoraes, fantastic that you could do this so quickly, many thanks!

I'll test this soon.

taleinat commented 1 year ago

Running in an aarch64 Linux container on an M1 Mac, python-gdcm now installs without issues and seems to be working as expected. (Tested with Python 3.10.)

:+1::+1: