You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concisely describe the proposed feature
I would like to deploy my taichi AOT apps to different platforms, such as linux and android. However, building c-api android shared library is not so friendly. build.py script only produces a linux shared library currently. I hope we can get multiple different platforms' c-api shared libraries by the build.py script in the future.
The text was updated successfully, but these errors were encountered:
YuCrazing
changed the title
More friendly way to build multi-platform c_api shared library.
More friendly way to build multi-platform c_api shared libraries.
Jan 31, 2023
YuCrazing
changed the title
More friendly way to build multi-platform c_api shared libraries.
More friendly way to build multi-platform c-api shared libraries.
Jan 31, 2023
YuCrazing
changed the title
More friendly way to build multi-platform c-api shared libraries.
Need a more friendly way to build multi-platform c-api shared libraries.
Jan 31, 2023
Issue: #7269
### Brief Summary
- Setting a skbuild platform name to ensure the Android build can
coexist with the Linux build of the C-API shared library.
- Run ensurepip in bootstraping
- Probe mirror before use
Issue: taichi-dev#7269
### Brief Summary
- Setting a skbuild platform name to ensure the Android build can
coexist with the Linux build of the C-API shared library.
- Run ensurepip in bootstraping
- Probe mirror before use
Concisely describe the proposed feature
I would like to deploy my taichi AOT apps to different platforms, such as linux and android. However, building c-api android shared library is not so friendly.
build.py
script only produces a linux shared library currently. I hope we can get multiple different platforms' c-api shared libraries by thebuild.py
script in the future.The text was updated successfully, but these errors were encountered: