aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/scipy/ya.make
blob: 1ef565e751bc95a22222b7570dc45f426ab739e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY23_LIBRARY()

LICENSE(Service-Py23-Proxy)

IF (PYTHON2)
    PEERDIR(contrib/python/scipy/py2)
ELSE()
    PEERDIR(contrib/python/scipy/py3)
ENDIF()

END()

RECURSE(
    py2
    py3
)