-
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
Add the package into a package manager (conda, pip, ...) #3
Comments
Save for later, tutorial for publishing C++ code on pyPI |
Also more info on distribution for wheel and conda with skbuild and pybind11 here: |
pipy deployement started to be explored here: It rely on Current issue:
Additionnal: |
I just saw this @StRigaud 🎉 |
Not ready yet but yeah, it works 🚀 |
Next step is a conda recipe. I suppose we will have to pass by conda-forge. |
Started to look in conda recipe: For now it build and run test locally on my setup. Though not sure it is properly made and that all dependency are good, My experience tells me that it is not 😉 Main stuff to verify:
If anybody have any insight on this I am happy to take! EDIT: also maybe not PR until the API is back working and that the 0.6 version is ready enough for public test |
Conda recipe is ready. Waiting for conda-forge to review the recipe and create the feedstock if all is good |
conda recipe is done! |
No experience into this, especially with C++, Wrapper, scikit-build, OpenCL mix!
Basically, how can we make this work by simply calling
or
No clue what is needed nor how to do this, but still happy to help into this.
The text was updated successfully, but these errors were encountered: