ya.make 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. OWNER(
  6. g:cpp-contrib
  7. g:taxi-common
  8. )
  9. VERSION(1.81.0)
  10. ORIGINAL_SOURCE(https://github.com/boostorg/accumulators/archive/boost-1.81.0.tar.gz)
  11. PEERDIR(
  12. contrib/restricted/boost/array
  13. contrib/restricted/boost/assert
  14. contrib/restricted/boost/circular_buffer
  15. contrib/restricted/boost/concept_check
  16. contrib/restricted/boost/config
  17. contrib/restricted/boost/core
  18. contrib/restricted/boost/fusion
  19. contrib/restricted/boost/iterator
  20. contrib/restricted/boost/mpl
  21. contrib/restricted/boost/numeric_conversion
  22. contrib/restricted/boost/parameter
  23. contrib/restricted/boost/preprocessor
  24. contrib/restricted/boost/range
  25. contrib/restricted/boost/serialization
  26. contrib/restricted/boost/static_assert
  27. contrib/restricted/boost/throw_exception
  28. contrib/restricted/boost/tuple
  29. contrib/restricted/boost/type_traits
  30. contrib/restricted/boost/typeof
  31. contrib/restricted/boost/ublas
  32. )
  33. ADDINCL(
  34. GLOBAL contrib/restricted/boost/accumulators/include
  35. )
  36. NO_COMPILER_WARNINGS()
  37. NO_UTIL()
  38. END()