blob: 7ccd7890bfa86af4f460c8d6c89cf865e8701b13 (
plain) (
blame)
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
|
# Generated by devtools/yamaker.
PY3_LIBRARY()
SUBSCRIBER(g:python-contrib)
VERSION(1.11.4)
ORIGINAL_SOURCE(mirror://pypi/s/scipy/scipy-1.11.4.tar.gz)
LICENSE(BSD-3-Clause)
PEERDIR(
contrib/python/mpmath
contrib/python/scipy/py3
contrib/python/setuptools
)
NO_LINT()
SRCDIR(contrib/python/scipy/py3)
PY_SRCS(
TOP_LEVEL
scipy/conftest.py
)
END()
RECURSE_FOR_TESTS(
_build_utils
_lib
cluster
constants
fft
fftpack
integrate
interpolate
io
linalg
misc
ndimage
odr
optimize
signal
sparse
spatial
special
stats
)
|