1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # 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
- )
|