-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issues when building a conda package #863
Comments
2 tasks
We need more docs on setting up Conda-build. The rules:
|
Oh, that's the pybind/scikit_build_example, it's missing these parts, that's embarrassing... Fix at pybind/scikit_build_example#149. |
Thanks for the quick response, this works! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am testing building a conda package with scikit-build-core and have started with the pybind example and have run into some issues
Issues
cmake not found
. This is working in the github pipeline since the github runners already have cmake installed. i.e cmake is missing from the build section in the recipeCMAKE_BUILD_PARALLEL_LEVEL
needs to be set.There could be other discrepancies but these are the most prominent ones that i found
Reproducilbe example
any pointers on what need to be set for a conda build process to work similar to usual
pip install .
with scikit build core would be very helpful.Thanks!
The text was updated successfully, but these errors were encountered: