sighingnow / libclang

(Unofficial) Release libclang (clang.cindex) on pypi.
https://pypi.org/project/libclang
Other
81 stars 21 forks source link

arm32 build doesn't seem to be available #23

Closed yagnasrinath closed 2 years ago

yagnasrinath commented 2 years ago

I am trying to build tensorflow for arm32. Could you please provide instructions for existing platforms, so that interested parties can try to build for unsupported platforms like arm32. I am not very familiar with llvm build infrastructure and how these bindings are generated. I tried to look at scripts under the .github folder for aarch64. It seems to expect some code to be present which needs to compiled. It would be of great help, if you can add some documentation on which repo needs to be checked out and what does work folder represent and all. Thanks for providing these bindings.

sighingnow commented 2 years ago

I could add such support this weekend.

sighingnow commented 2 years ago

Hi @yagnasrinath,

I'm not very familiar with arm, I'm wondering if the arch arm32v7 works for you.

Thanks.

yagnasrinath commented 2 years ago

Yes, arm32v7 works for me. Thanks for making it available.

sighingnow commented 2 years ago

Hi @yagnasrinath

The manylinux2014_armv7l wheel has been uploaded to pypi: https://pypi.org/project/libclang/13.0.0/#files

yagnasrinath commented 2 years ago

Thank you