forked from horovod/horovod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
54 lines (54 loc) · 2.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[submodule "third_party/lbfgs"]
path = third_party/lbfgs
url = https://github.com/yixuan/LBFGSpp.git
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://gitlab.com/cantonios/eigen.git
[submodule "third_party/boost/assert"]
path = third_party/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "third_party/boost/lockfree"]
path = third_party/boost/lockfree
url = https://github.com/boostorg/lockfree.git
[submodule "third_party/boost/static_assert"]
path = third_party/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "third_party/boost/parameter"]
path = third_party/boost/parameter
url = https://github.com/boostorg/parameter.git
[submodule "third_party/boost/utility"]
path = third_party/boost/utility
url = https://github.com/boostorg/utility.git
[submodule "third_party/boost/config"]
path = third_party/boost/config
url = https://github.com/boostorg/config.git
[submodule "third_party/boost/core"]
path = third_party/boost/core
url = https://github.com/boostorg/core.git
[submodule "third_party/boost/type_traits"]
path = third_party/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "third_party/boost/preprocessor"]
path = third_party/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "third_party/boost/iterator"]
path = third_party/boost/iterator
url = https://github.com/boostorg/iterator.git
[submodule "third_party/boost/mpl"]
path = third_party/boost/mpl
url = https://github.com/boostorg/mpl.git
[submodule "third_party/boost/detail"]
path = third_party/boost/detail
url = https://github.com/boostorg/detail.git
[submodule "third_party/boost/predef"]
path = third_party/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/gloo"]
path = third_party/gloo
url = https://github.com/facebookincubator/gloo.git
[submodule "third_party/HTTPRequest"]
path = third_party/HTTPRequest
url = https://github.com/elnormous/HTTPRequest