ya.make 532 B

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