-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
69 lines (69 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
[submodule "libs/odeint"]
path = libs/odeint
url = https://github.com/boostorg/odeint.git
[submodule "libs/eigen"]
path = libs/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "libs/config"]
path = libs/config
url = https://github.com/boostorg/config.git
[submodule "libs/utility"]
path = libs/utility
url = https://github.com/boostorg/utility.git
[submodule "libs/core"]
path = libs/core
url = https://github.com/boostorg/core.git
[submodule "libs/type_traits"]
path = libs/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "libs/fusion"]
path = libs/fusion
url = https://github.com/boostorg/fusion.git
[submodule "libs/mpl"]
path = libs/mpl
url = https://github.com/boostorg/mpl.git
[submodule "libs/preprocessor"]
path = libs/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "libs/static_assert"]
path = libs/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "libs/range"]
path = libs/range
url = https://github.com/boostorg/range.git
[submodule "libs/iterator"]
path = libs/iterator
url = https://github.com/boostorg/iterator.git
[submodule "libs/concept_check"]
path = libs/concept_check
url = https://github.com/boostorg/concept_check.git
[submodule "libs/assert"]
path = libs/assert
url = https://github.com/boostorg/assert.git
[submodule "libs/detail"]
path = libs/detail
url = https://github.com/boostorg/detail.git
[submodule "libs/function_types"]
path = libs/function_types
url = https://github.com/boostorg/function_types.git
[submodule "libs/array"]
path = libs/array
url = https://github.com/boostorg/array.git
[submodule "libs/throw_exception"]
path = libs/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "libs/units"]
path = libs/units
url = https://github.com/boostorg/units.git
[submodule "libs/typeof"]
path = libs/typeof
url = https://github.com/boostorg/typeof.git
[submodule "libs/integer"]
path = libs/integer
url = https://github.com/boostorg/integer.git
[submodule "libs/ublas"]
path = libs/ublas
url = https://github.com/boostorg/ublas.git
[submodule "libs/serialization"]
path = libs/serialization
url = https://github.com/boostorg/serialization.git