forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (30 loc) · 1.2 KB
/
.gitmodules
File metadata and controls
32 lines (30 loc) · 1.2 KB
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
[submodule "doc/source/_static/scipy-mathjax"]
path = doc/source/_static/scipy-mathjax
url = https://github.com/scipy/scipy-mathjax.git
[submodule "scipy/_lib/unuran"]
path = scipy/_lib/unuran
url = https://github.com/scipy/unuran.git
[submodule "scipy/_lib/array_api_compat"]
path = scipy/_lib/array_api_compat
url = https://github.com/data-apis/array-api-compat.git
[submodule "scipy/_lib/pocketfft"]
path = scipy/_lib/pocketfft
url = https://github.com/scipy/pocketfft
[submodule "scipy/_lib/cobyqa"]
path = scipy/_lib/cobyqa
url = https://github.com/cobyqa/cobyqa.git
[submodule "scipy/_lib/array_api_extra"]
path = scipy/_lib/array_api_extra
url = https://github.com/data-apis/array-api-extra.git
# All submodules used as a Meson `subproject` are required to be under the
# subprojects/ directory - see:
# https://mesonbuild.com/Subprojects.html#why-must-all-subprojects-be-inside-a-single-directory
[submodule "subprojects/highs"]
path = subprojects/highs
url = https://github.com/scipy/HiGHs
[submodule "subprojects/boost_math/math"]
path = subprojects/boost_math/math
url = https://github.com/boostorg/math.git
[submodule "subprojects/xsf"]
path = subprojects/xsf
url = https://github.com/scipy/xsf.git