-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitmodules
More file actions
31 lines (31 loc) · 1.17 KB
/
.gitmodules
File metadata and controls
31 lines (31 loc) · 1.17 KB
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
[submodule "ThirdParty/fmtlib"]
path = ThirdParty/fmtlib
url = https://github.com/fmtlib/fmt.git
[submodule "ThirdParty/containers"]
path = ThirdParty/containers
url = https://github.com/GMLC-TDC/containers.git
[submodule "ThirdParty/concurrency"]
path = ThirdParty/concurrency
url = https://github.com/GMLC-TDC/concurrency.git
[submodule "ThirdParty/jsoncpp_new"]
path = ThirdParty/jsoncpp_new
url = https://github.com/open-source-parsers/jsoncpp
[submodule "ThirdParty/units"]
path = ThirdParty/units
url = https://github.com/LLNL/units.git
[submodule "ThirdParty/utilities"]
path = ThirdParty/utilities
url = https://github.com/GMLC-TDC/utilities.git
[submodule "ThirdParty/suitesparse-cmake"]
path = ThirdParty/suitesparse-cmake
url = https://github.com/phlptp/suitesparse-metis-for-windows.git
branch = cmake_current
[submodule "ThirdParty/sundials"]
path = ThirdParty/sundials
url = https://github.com/LLNL/sundials.git
[submodule "ThirdParty/benchmark"]
path = ThirdParty/benchmark
url = https://github.com/google/benchmark.git
[submodule "ThirdParty/googletest"]
path = ThirdParty/googletest
url = https://github.com/google/googletest.git