-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
127 lines (127 loc) · 3.57 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[submodule "FFHT"]
path = FFHT
url = https://github.com/FALCONN-LIB/FFHT
branch = master
[submodule "fastrange"]
path = fastrange
url = https://github.com/lemire/fastrange
branch = master
[submodule "blaze"]
path = blaze
url = https://bitbucket.org/blaze-lib/blaze.git
branch = master
[submodule "kspp"]
path = kspp
url = https://github.com/dnbaker/kspp
branch = master
[submodule "pybind11"]
path = pybind11
url = https://github.com/pybind/pybind11
[submodule "sleef"]
path = sleef
url = https://github.com/shibatch/sleef
[submodule "math"]
path = boost/math
url = https://github.com/boostorg/math
[submodule "random"]
path = boost/random
url = https://github.com/boostorg/random
[submodule "config"]
path = boost/config
url = https://github.com/boostorg/config
[submodule "utility"]
path = boost/utility
url = https://github.com/boostorg/utility
[submodule "assert"]
path = boost/assert
url = https://github.com/boostorg/assert
[submodule "static_assert"]
path = boost/static_assert
url = https://github.com/boostorg/static_assert
[submodule "integer"]
path = boost/integer
url = https://github.com/boostorg/integer
[submodule "type_traits"]
path = boost/type_traits
url = https://github.com/boostorg/type_traits
[submodule "mpl"]
path = boost/mpl
url = https://github.com/boostorg/mpl
[submodule "core"]
path = boost/core
url = https://github.com/boostorg/core
[submodule "preprocessor"]
path = boost/preprocessor
url = https://github.com/boostorg/preprocessor
[submodule "exception"]
path = boost/exception
url = https://github.com/boostorg/exception
[submodule "throw_exception"]
path = boost/throw_exception
url = https://github.com/boostorg/throw_exception
[submodule "range"]
path = boost/range
url = https://github.com/boostorg/range
[submodule "iterator"]
path = boost/iterator
url = https://github.com/boostorg/iterator
[submodule "io"]
path = boost/io
url = https://github.com/boostorg/io
[submodule "predef"]
path = boost/predef
url = https://github.com/boostorg/predef
[submodule "concept_check"]
path = boost/concept_check
url = https://github.com/boostorg/concept_check
[submodule "detail"]
path = boost/detail
url = https://github.com/boostorg/detail
[submodule "lexical_cast"]
path = boost/lexical_cast
url = https://github.com/boostorg/lexical_cast
[submodule "numeric_conversion"]
path = boost/numeric_conversion
url = https://github.com/boostorg/numeric_conversion
[submodule "functional"]
path = boost/functional
url = https://github.com/boostorg/functional
[submodule "array"]
path = boost/array
url = https://github.com/boostorg/array
[submodule "container"]
path = boost/container
url = https://github.com/boostorg/container
[submodule "move"]
path = boost/move
url = https://github.com/boostorg/move
[submodule "thread"]
path = boost/thread
url = https://github.com/boostorg/thread
[submodule "smart_ptr"]
path = boost/smart_ptr
url = https://github.com/boostorg/smart_ptr
[submodule "vec"]
path = vec
url = https://github.com/dnbaker/vec
[submodule "klib"]
path = klib
url = https://github.com/attractivechaos/klib
[submodule "distmat"]
path = distmat
url = https://github.com/dnbaker/distmat
[submodule "aesctr"]
path = aesctr
url = https://github.com/dnbaker/aesctr
[submodule "flat_hash_map"]
path = flat_hash_map
url = https://github.com/skarupke/flat_hash_map
[submodule "boost/multiprecision"]
path = boost/multiprecision
url = https://github.com/boostorg/multiprecision
[submodule "sketch"]
path = sketch
url = https://github.com/dnbaker/sketch
[submodule "clhash"]
path = clhash
url = https://github.com/lemire/clhash