https://github.com/lecrisut/experiment-skbuild-wrapper
https://github.com/lecrisut/experiment-skbuild-wrapper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lecrisut/experiment-skbuild-wrapper
- Owner: LecrisUT
- Created: 2025-02-28T14:33:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:45:57.000Z (over 1 year ago)
- Last Synced: 2025-07-18T13:48:09.791Z (12 months ago)
- Language: CMake
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scikit-build-core wrapper experiment
Experimenting what helper functions and wrappers could be provided by `scikit-build-core` to
simplify user setups.
- `base` is a simple compiled dependency that could be provided on PyPI
- `my_pkg` is the main project we want to build
## Goal
- Both `base` and `my_pkg` should be buildable according to distro guidelines
- Both `base` and `my_pkg` should be buildable via `pip install` and be packagable for PyPI
- Building python wrappers manually is not supported
## Status
- [x] Support Linux and MacOS system
- `RPATH` is patched to make it
- [ ] Support Windows
- [ ] Support distro installation