Skip to content

An example project for reproducing build problem with pybind11 and nanobind.

Notifications You must be signed in to change notification settings

davidlatwe/py-binding-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducible of pybind11 binding compile error

This project shows a Python binding that can be built with nanobind, but not with pybind11.

To Start

git clone https://github.com/davidlatwe/py-binding-test.git
cd py-binding-test
git submodule update --init --recursive

Build on Linux/macOS

CLEAN=1 NANOBIND=0 ./build.sh

Build on Windows

./build.ps1 -clean 1 -nanobind 0

Discussion

See wjakob/nanobind#499

About

An example project for reproducing build problem with pybind11 and nanobind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published