summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py2/numpy/f2py/ya.make
blob: e8e886f5c72b24773a5f3939e091f547930c8710 (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
PY2_PROGRAM()

PEERDIR(
    contrib/python/numpy
)


PY_SRCS(
    NAMESPACE numpy.f2py

    __main__.py

    __init__.py
    func2subr.py
    rules.py
    auxfuncs.py
    __version__.py
    f90mod_rules.py
    use_rules.py
    cfuncs.py
    cb_rules.py
    info.py
    diagnose.py
    capi_maps.py
    crackfortran.py
    f2py_testing.py
    common_rules.py
    f2py2e.py
)

NO_LINT()

END()