summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-02-07 17:45:35 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-02-07 17:48:06 -0800
commit9093eb1ba0199f1963881a9d4b9c89a38a0fca28 (patch)
tree2bf414882387883e93f7690a3e96f6a70da28545 /.gitmodules
parente0e124e6178dd20b40840379bd1169cf4bf3c38e (diff)
downloadpytorch-9093eb1ba0199f1963881a9d4b9c89a38a0fca28.tar.gz
pytorch-9093eb1ba0199f1963881a9d4b9c89a38a0fca28.tar.bz2
pytorch-9093eb1ba0199f1963881a9d4b9c89a38a0fca28.zip
Vendor Python dependencies of NNPACK
Summary: Include six, enum34, and PeachPy as Caffe2 submodules, and use the versions from submodules instead of downloading them during configuration time Closes https://github.com/caffe2/caffe2/pull/1901 Differential Revision: D6930731 Pulled By: Maratyszcza fbshipit-source-id: d0c1c7681605d957de6f51bd24fbb25afc0f282f
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 5765c51b91..5fb6b607fa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -52,3 +52,12 @@
[submodule "third-party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/Maratyszcza/cpuinfo.git
+[submodule "third_party/python-enum"]
+ path = third_party/python-enum
+ url = https://github.com/PeachPy/enum34.git
+[submodule "third_party/python-peachpy"]
+ path = third_party/python-peachpy
+ url = https://github.com/Maratyszcza/PeachPy.git
+[submodule "third_party/python-six"]
+ path = third_party/python-six
+ url = https://github.com/benjaminp/six.git