ya.make 760 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. Mit-Old-Style
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.84.0)
  9. ORIGINAL_SOURCE(https://github.com/boostorg/multi_array/archive/boost-1.84.0.tar.gz)
  10. PEERDIR(
  11. contrib/restricted/boost/array
  12. contrib/restricted/boost/assert
  13. contrib/restricted/boost/concept_check
  14. contrib/restricted/boost/config
  15. contrib/restricted/boost/core
  16. contrib/restricted/boost/functional
  17. contrib/restricted/boost/iterator
  18. contrib/restricted/boost/mpl
  19. contrib/restricted/boost/static_assert
  20. contrib/restricted/boost/type_traits
  21. )
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost/multi_array/include
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_UTIL()
  27. END()