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

Add Python bindings build using bzlmod #1764

Merged
merged 3 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Add a bzlmod Python bindings build

    Uses the newly started `@nanobind_bazel` project to build nanobind
    extensions. This means that we can drop all in-tree custom build defs
    and build files for nanobind and the C++ Python headers.
    
    Additionally, the temporary WORKSPACE overwrite hack naturally goes away
    due to the WORKSPACE system being obsolete.
    nicholasjng committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ff15948 View commit details
    Browse the repository at this point in the history
  2. Bump ruff -> v0.3.1, change ruff settings

    The latest minor releases incurred some formatting and configuration
    changes, this commit rolls them out.
    nicholasjng committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7ecbeac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0d2b3 View commit details
    Browse the repository at this point in the history