-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitmodules
60 lines (60 loc) · 1.83 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
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "pybind11"]
path = gitmodules/pybind11
url = https://github.com/pybind/pybind11
shallow = true
[submodule "partmc"]
path = gitmodules/partmc
url = https://github.com/compdyn/partmc
shallow = true
[submodule "pybind11_json"]
path = gitmodules/pybind11_json
url = https://github.com/pybind/pybind11_json
shallow = true
[submodule "json"]
path = gitmodules/json
url = https://github.com/nlohmann/json
shallow = true
[submodule "sundials"]
path = gitmodules/sundials
url = https://github.com/LLNL/sundials
shallow = true
[submodule "gitmodules/span"]
path = gitmodules/span
url = https://github.com/tcbrindle/span.git
shallow = true
[submodule "gitmodules/string_view-standalone"]
path = gitmodules/string_view-standalone
url = https://github.com/bitwizeshift/string_view-standalone.git
shallow = true
[submodule "gitmodules/camp"]
path = gitmodules/camp
url = https://github.com/open-atmos/camp
shallow = true
[submodule "gitmodules/SuiteSparse"]
path = gitmodules/SuiteSparse
url = https://github.com/DrTimothyAldenDavis/SuiteSparse
shallow = true
[submodule "gitmodules/json-fortran"]
path = gitmodules/json-fortran
url = https://github.com/jacobwilliams/json-fortran
shallow = true
[submodule "gitmodules/devops_tests"]
path = gitmodules/devops_tests
url = https://github.com/open-atmos/devops_tests
shallow = true
[submodule "gitmodules/netcdf-fortran"]
path = gitmodules/netcdf-fortran
url = https://github.com/Unidata/netcdf-fortran.git
shallow = true
[submodule "gitmodules/netcdf-c"]
path = gitmodules/netcdf-c
url = https://github.com/Unidata/netcdf-c.git
shallow = true
[submodule "gitmodules/optional"]
path = gitmodules/optional
url = https://github.com/TartanLlama/optional.git
shallow = true
[submodule "gitmodules/hdf5"]
path = gitmodules/hdf5
url = https://github.com/HDFGroup/hdf5.git
shallow = true