-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (28 loc) · 936 Bytes
/
.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
[submodule "extern/pybind11"]
path = extern/pybind11
url = ../../pybind/pybind11
branch = stable
[submodule "extern/NEXTNet"]
path = extern/NEXTNet
url = [email protected]:oist/NEXTNet.git
[submodule "extern/epidemics"]
path = extern/epidemics
url = [email protected]:samuelcure/Epidemics-On-Networks.git
[submodule "extern/boost-core"]
path = extern/boost-core
url = [email protected]:boostorg/core.git
[submodule "extern/boost-utility"]
path = extern/boost-utility
url = [email protected]:boostorg/utility.git
[submodule "extern/boost-math"]
path = extern/boost-math
url = [email protected]:boostorg/math.git
[submodule "extern/boost-config"]
path = extern/boost-config
url = [email protected]:boostorg/config.git
[submodule "extern/boost-range"]
path = extern/boost-range
url = [email protected]:boostorg/range.git
[submodule "extern/boost-lexical_cast"]
path = extern/boost-lexical_cast
url = [email protected]:boostorg/lexical_cast.git