InsightSoftwareConsortium / ITKThickness3D

An ITK module to compute 3D thickness
Apache License 2.0
39 stars 18 forks source link

Consider publishing ARM bdist wheels for MacOS #44

Closed zachmullen closed 2 months ago

zachmullen commented 2 years ago

Hi all,

I'm using this great library, but unfortunately can't pip install it on my newer macbook because only x86_64 wheels are currently published. Would you consider publishing ARM wheels for MacOS also, for python 3.8+?

Thanks!

nnpk commented 1 year ago

Same request here. This would be very helpful. Thanks!

panlilio commented 5 months ago

I have the same issue with my new macbook. ARM wheels would be very much appreciated.

T4mmi commented 5 months ago

Hi, I don't have access to an ARM-powered machine so won't be able to help there ... but:
Releases deployment are processed through CI, based on https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/blob/main/.github/workflows/build-test-cxx.yml that appears to handle macOS ... so theoretically you should be able to mimic the pipeline in order to compile it locally (not sure that ITK has a Mac ARM-based CI runner, maybe this could be the issue)

thewtex commented 2 months ago

Now available with the update to ITK 5.4.0:

https://pypi.org/project/itk-thickness3d/#files

zachmullen commented 2 months ago

Awesome! thank you @thewtex !