forked from NVIDIA/cuda-quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
46 lines (46 loc) · 1.3 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
[submodule "tpls/fmt"]
path = tpls/fmt
url = https://github.com/fmtlib/fmt
[submodule "tpls/googletest-src"]
path = tpls/googletest-src
url = https://github.com/google/googletest
[submodule "tpls/llvm"]
path = tpls/llvm
url = https://github.com/llvm/llvm-project.git
shallow = true
ignore = dirty
[submodule "tpls/eigen"]
path = tpls/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "tpls/armadillo"]
path = tpls/armadillo
url = https://gitlab.com/conradsnicta/armadillo-code.git
[submodule "tpls/ensmallen"]
path = tpls/ensmallen
url = https://github.com/mlpack/ensmallen
[submodule "tpls/spdlog"]
path = tpls/spdlog
url = https://github.com/gabime/spdlog
[submodule "tpls/xtl"]
path = tpls/xtl
url = https://github.com/xtensor-stack/xtl
[submodule "tpls/xtensor"]
path = tpls/xtensor
url = https://github.com/xtensor-stack/xtensor
[submodule "tpls/pybind11"]
path = tpls/pybind11
url = https://github.com/pybind/pybind11
ignore = dirty
[submodule "tpls/qpp"]
path = tpls/qpp
url = https://github.com/softwareQinc/qpp.git
shallow = true
[submodule "tpls/cpr"]
path = tpls/cpr
url = https://github.com/libcpr/cpr.git
[submodule "tpls/asio"]
path = tpls/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "tpls/Crow"]
path = tpls/Crow
url = https://github.com/CrowCpp/Crow.git