ya.make 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.85.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/random/archive/boost-1.85.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/array
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/dynamic_bitset
  13. contrib/restricted/boost/integer
  14. contrib/restricted/boost/io
  15. contrib/restricted/boost/range
  16. contrib/restricted/boost/static_assert
  17. contrib/restricted/boost/system
  18. contrib/restricted/boost/throw_exception
  19. contrib/restricted/boost/type_traits
  20. contrib/restricted/boost/utility
  21. )
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost/random/include
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_UTIL()
  27. IF (DYNAMIC_BOOST)
  28. CFLAGS(
  29. GLOBAL -DBOOST_RANDOM_DYN_LINK
  30. )
  31. ENDIF()
  32. SRCS(
  33. src/random_device.cpp
  34. )
  35. END()