-
Notifications
You must be signed in to change notification settings - Fork 53
/
.gitmodules
24 lines (24 loc) · 908 Bytes
/
.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
[submodule "third_party/plotcpp"]
path = third_party/plotcpp
url = https://github.com/Kolkir/plotcpp.git
[submodule "third_party/mshadow"]
path = third_party/mshadow
url = https://github.com/dmlc/mshadow.git
[submodule "third_party/fast-cpp-csv-parser"]
path = third_party/fast-cpp-csv-parser
url = https://github.com/ben-strasser/fast-cpp-csv-parser.git
[submodule "third_party/xtl"]
path = third_party/xtl
url = https://github.com/QuantStack/xtl.git
[submodule "third_party/xtensor"]
path = third_party/xtensor
url = https://github.com/QuantStack/xtensor.git
[submodule "third_party/xtensor-blas"]
path = third_party/xtensor-blas
url = https://github.com/QuantStack/xtensor-blas
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://github.com/eigenteam/eigen-git-mirror
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/Tencent/rapidjson.git