ya.make 564 B

12345678910111213141516171819202122232425262728
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. VERSION(Service-proxy-version)
  4. ADDINCL(
  5. GLOBAL contrib/python/numpy/include/numpy/core/include
  6. GLOBAL contrib/python/numpy/include/numpy/core/include/numpy
  7. GLOBAL contrib/python/numpy/include/numpy/f2py/src
  8. GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include
  9. GLOBAL FOR cython contrib/python/numpy/include/numpy/core/include/numpy
  10. )
  11. IF (PYTHON2)
  12. PEERDIR(contrib/python/numpy/py2)
  13. ELSE()
  14. PEERDIR(contrib/python/numpy/py3)
  15. ENDIF()
  16. NO_LINT()
  17. END()
  18. RECURSE(
  19. py2
  20. py3
  21. )