Skip to content

Commit

Permalink
Add nanobind, an alternative to pybind11 (#43327)
Browse files Browse the repository at this point in the history
* Add nanobind, an alternative to pybind11

* Move from python.yaml to base.yaml and add missing distros

* Remove unwanted lines

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
BrunoB81HK and clalancette authored Nov 15, 2024
1 parent 814f6b8 commit 5d3c90e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7287,6 +7287,22 @@ muparser:
nixos: [muparser]
opensuse: [muparser-devel]
ubuntu: [libmuparser-dev]
nanobind-dev:
arch: [nanobind]
debian:
'*': [nanobind-dev]
bookworm:
pip:
packages: [nanobind]
freebsd: [nanobind]
ubuntu:
'*': [nanobind-dev]
focal:
pip:
packages: [nanobind]
jammy:
pip:
packages: [nanobind]
nanoflann:
debian:
'*': [libnanoflann-dev]
Expand Down

0 comments on commit 5d3c90e

Please sign in to comment.