-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Python binding #195
Comments
|
How about pip install ion-kit? |
So ion-kit is the package name and ionpy as the module name? |
Probably we can use |
Is it possible to include a prebuilt ion-kit binary package in the package which is installed through pip? |
you mean include libxxx.so, for example? I will check |
|
ion_bb = ctypes.cdll.LoadLibrary(ion_bb_module) |
If Include all the prebuilt binary
|
@xinyuli1204 Can we create platform-specific wheels? https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/ Hopefully, PyPI allows us to upload .whl packages up to 100 MB for each. |
FYI, A simple line in CmakeFile seems to be fine. Tested both on linux and mac
check binary
|
Better syntax for Builder/Node/Port(Backlog)Design reference counting for c_ion objects(Backlog)pip install <name of the module>
The text was updated successfully, but these errors were encountered: