-
Notifications
You must be signed in to change notification settings - Fork 121
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
Improve documentation #227
Comments
There is now one issue centralizing all documentation update tasks.
* suggest-compiler-to-install: docs/usage: Update "Improve documentation" reference to #227 platform_specifics: CMakeGenerator: Remove unused "name" setter platform_specifics: abstract.generator_installation_help raises NotImplementedError skbuild: Improve compiler installation instructions. See #27 skbuild: Prompt user with direction to install compiler if not installed.
I have a cpp containing extern "C" functions that I load using Ctypes CDLL function. So far, I have been installing it using Extension. Now that I try to use skbuild to do the same thing, I get linker error. The documentation, at the beginning, says skbuild replaces Extension, but does not actually give examples on how , specifically, an Extension based installation is gonna be carried over to skbuild. |
Any update on the progress of this, as it's been 4 years? |
Can I add a pybind11 example to the list? |
Hey @jcfr , I'd be happy to try add some documentation for these things as I progress with packaging my current project. Are there any examples you can point to that use skbuild & dockcross-manylinux/mingwpy? |
This issue centralizes all tasks related to documentation improvements
Usage:
Update Examples for scikit-build developers. See Add docs how to use the package #10
Cross-compilation:
The text was updated successfully, but these errors were encountered: