Cross-compiling Python runtime and libraries like numpy


I was trying to embed python into Android and iOS by .so files. So I had to cross compile the python and other libraries. I tried using CPython for compiling. So far I learned how to compile a demo package for linux from ChatGPT but it couldn't explain how will I compile it for Andriod. I have the Android enviornment installed. Like is there any general method or syntax which i can use to compile the other libraries such as Pandas, NumPy ?

0
Jul 6 at 11:21 AM
User AvatarAyush Ghara
#android#shared-libraries#cross-compiling#embedding#cpython

No answer found for this question yet.