Skip to content
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

Don't include c++ interface in Python wheel #40

Merged
merged 1 commit into from
May 22, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented May 22, 2024

- add `BUILD_CPP` cmake option
  - if enabled, c++ library is installed
  - enabled by default
- set `BUILD_CPP=OFF` in scikit-build-core config
- bump version
- resolves #39
@lkeegan lkeegan merged commit e69ce1e into main May 22, 2024
20 checks passed
@lkeegan lkeegan deleted the dont_ship_cpp_lib_in_python_wheels branch May 22, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python wheels contain c++ library, headers and cmake config
1 participant