Skip to content

Switch PyPartMC's binding system from pybind11 to nanobind #431

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
[submodule "pybind11"]
path = gitmodules/pybind11
url = https://github.com/pybind/pybind11
shallow = true
[submodule "partmc"]
path = gitmodules/partmc
url = https://github.com/compdyn/partmc
shallow = true
[submodule "pybind11_json"]
path = gitmodules/pybind11_json
url = https://github.com/pybind/pybind11_json
shallow = true
[submodule "json"]
path = gitmodules/json
url = https://github.com/nlohmann/json
Expand Down Expand Up @@ -58,3 +50,9 @@
path = gitmodules/hdf5
url = https://github.com/HDFGroup/hdf5.git
shallow = true
[submodule "gitmodules/nanobind"]
path = gitmodules/nanobind
url = https://github.com/wjakob/nanobind
[submodule "gitmodules/nanobind_json"]
path = gitmodules/nanobind_json
url = https://github.com/ianhbell/nanobind_json
1 change: 1 addition & 0 deletions gitmodules/nanobind
Submodule nanobind added at d4b245
1 change: 1 addition & 0 deletions gitmodules/nanobind_json
Submodule nanobind_json added at e19535
1 change: 0 additions & 1 deletion gitmodules/pybind11
Submodule pybind11 deleted from 68a0b2
1 change: 0 additions & 1 deletion gitmodules/pybind11_json
Submodule pybind11_json deleted from 32043f
158 changes: 0 additions & 158 deletions setup.py

This file was deleted.