-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 813 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 813 Bytes
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
[submodule "ThirdParty/CGNS"]
path = ThirdParty/CGNS
url = https://github.com/CGNS/CGNS.git
branch = develop
[submodule "ThirdParty/GoogleTest"]
path = ThirdParty/GoogleTest
url = https://github.com/google/googletest.git
branch = main
[submodule "ThirdParty/METIS"]
path = ThirdParty/METIS
url = https://github.com/pvc1989/METIS.git
branch = tip
[submodule "ThirdParty/eigen"]
path = ThirdParty/eigen
url = https://gitlab.com/libeigen/eigen.git
branch = master
[submodule "CGAL"]
path = ThirdParty/CGAL
url = https://github.com/CGAL/cgal.git
branch = master
[submodule "GTestMPI"]
path = ThirdParty/GTestMPI
url = https://github.com/AdhocMan/gtest_mpi.git
branch = master
[submodule "nlohmann_json"]
path = ThirdParty/nlohmann_json
url = https://github.com/nlohmann/json.git
branch = develop