Browse Source

chore(deps): add pybind11

tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
b9a774dd19
3 changed files with 6 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +2
    -0
      third_party/prepare.sh
  3. +1
    -0
      third_party/pybind11

+ 3
- 0
.gitmodules View File

@@ -28,3 +28,6 @@
[submodule "third_party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/pytorch/cpuinfo.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git

+ 2
- 0
third_party/prepare.sh View File

@@ -36,3 +36,5 @@ pushd MegRay/third_party >/dev/null
git submodule update --init gdrcopy
git submodule update --init ucx
popd >/dev/null

git submodule update --init pybind11

+ 1
- 0
third_party/pybind11

@@ -0,0 +1 @@
Subproject commit b3d8fec066285c831b69fd77c092f1cc70e38882

Loading…
Cancel
Save