-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
36 lines (36 loc) · 1.16 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
[submodule "external/autodiff"]
path = external/autodiff
url = https://github.com/autodiff/autodiff.git
[submodule "external/sundials"]
path = external/sundials
url = https://github.com/LLNL/sundials.git
[submodule "external/Catch2"]
path = external/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "external/rapidcsv"]
path = external/rapidcsv
url = https://github.com/d99kris/rapidcsv.git
[submodule "external/kokkos"]
path = external/kokkos
url = https://github.com/kokkos/kokkos.git
[submodule "external/rmm"]
path = external/rmm
url = https://github.com/rapidsai/rmm.git
[submodule "external/dealii"]
path = external/dealii
url = https://github.com/dealii/dealii.git
[submodule "external/boost"]
path = external/boost
url = https://github.com/boostorg/boost.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "external/eigen"]
path = external/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "external/qmc"]
path = external/qmc
url = https://github.com/mppmu/qmc.git
[submodule "external/thread-pool"]
path = external/thread-pool
url = https://github.com/bshoshany/thread-pool.git