blob: 22be4f700db85628831e3cc14680e59b11df816e (
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
|
PY3_LIBRARY()
VERSION(1.26.4)
LICENSE(BSD-3-Clause)
PEERDIR(
contrib/python/numpy
contrib/python/hypothesis
contrib/python/typing-extensions
contrib/python/pytz
)
NO_LINT()
SRCDIR(contrib/python/numpy/py3)
PY_SRCS(
TOP_LEVEL
numpy/conftest.py
)
END()
RECURSE_FOR_TESTS(
array_api
compat
core
# distutils
# f2py
fft
lib
linalg
ma
# matrixlib - merged with linalg
polynomial
random
testing
tests
typing
)
|