forked from FederatedAI/FATE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
47 lines (46 loc) · 2.26 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
[submodule "arch/eggroll/storage-service-cxx/third_party/lmdb"]
path = arch/eggroll/storage-service-cxx/third_party/lmdb
url = https://github.com/LMDB/lmdb.git
branch = LMDB_0.9.23
[submodule "arch/eggroll/storage-service-cxx/third_party/glog"]
path = arch/eggroll/storage-service-cxx/third_party/glog
url = https://github.com/google/glog.git
branch = v0.4.0
[submodule "arch/eggroll/storage-service-cxx/third_party/protobuf"]
path = arch/eggroll/storage-service-cxx/third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
branch = 3.0.x
[submodule "arch/eggroll/storage-service-cxx/third_party/boost"]
path = arch/eggroll/storage-service-cxx/third_party/boost
url = https://github.com/boostorg/boost.git
branch = boost-1.70.0
[submodule "arch/eggroll/storage-service-cxx/third_party/grpc"]
path = arch/eggroll/storage-service-cxx/third_party/grpc
url = https://github.com/grpc/grpc.git
branch = v1.19.1
[submodule "arch/eggroll/storage-service-cxx/third_party/lmdb-safe"]
path = arch/eggroll/storage-service-cxx/third_party/lmdb-safe
url = https://github.com/ahupowerdns/lmdb-safe.git
[submodule "eggroll/storage/storage-service-cxx/third_party/lmdb"]
path = eggroll/storage/storage-service-cxx/third_party/lmdb
url = https://github.com/LMDB/lmdb.git
branch = LMDB_0.9.23
[submodule "eggroll/storage/storage-service-cxx/third_party/glog"]
path = eggroll/storage/storage-service-cxx/third_party/glog
url = https://github.com/google/glog.git
branch = v0.4.0
[submodule "eggroll/storage/storage-service-cxx/third_party/protobuf"]
path = eggroll/storage/storage-service-cxx/third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
branch = 3.0.x
[submodule "eggroll/storage/storage-service-cxx/third_party/boost"]
path = eggroll/storage/storage-service-cxx/third_party/boost
url = https://github.com/boostorg/boost.git
branch = boost-1.70.0
[submodule "eggroll/storage/storage-service-cxx/third_party/grpc"]
path = eggroll/storage/storage-service-cxx/third_party/grpc
url = https://github.com/grpc/grpc.git
branch = v1.19.1
[submodule "eggroll/storage/storage-service-cxx/third_party/lmdb-safe"]
path = eggroll/storage/storage-service-cxx/third_party/lmdb-safe
url = https://github.com/ahupowerdns/lmdb-safe.git