-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
40 lines (40 loc) · 1.39 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
[submodule "third_party/bzip2"]
path = third_party/bzip2
url = https://github.com/sys-bio/bzip2.git
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/sys-bio/zlib.git
[submodule "third_party/nleq2"]
path = third_party/nleq2
url = https://github.com/sys-bio/nleq2.git
[submodule "third_party/nleq1"]
path = third_party/nleq1
url = https://github.com/sys-bio/nleq1.git
[submodule "third_party/poco"]
path = third_party/poco
url = https://github.com/sys-bio/poco.git
[submodule "third_party/llvm-13.x"]
path = third_party/llvm-13.x
url = https://github.com/sys-bio/llvm-13.x.git
[submodule "third_party/rr-libstruct"]
path = third_party/rr-libstruct
url = https://github.com/sys-bio/rr-libstruct.git
[submodule "third_party/sundials"]
path = third_party/sundials
url = https://github.com/LLNL/sundials.git
[submodule "third_party/libsbml"]
path = third_party/libsbml
url = https://github.com/sbmlteam/libsbml.git
[submodule "third_party/expat"]
path = third_party/expat
url = https://github.com/libexpat/libexpat.git
[submodule "third_party/NuML"]
path = third_party/NuML
url = https://github.com/sys-bio/NuML.git
[submodule "third_party/libSEDML"]
path = third_party/libSEDML
url = https://github.com/fbergmann/libSEDML.git
branch = use-as-submodule
[submodule "third_party/SBMLNetwork"]
path = third_party/SBMLNetwork
url = https://github.com/sys-bio/SBMLNetwork.git