ya.make 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/regex/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/libs/icu
  9. contrib/restricted/boost/assert
  10. contrib/restricted/boost/concept_check
  11. contrib/restricted/boost/config
  12. contrib/restricted/boost/container_hash
  13. contrib/restricted/boost/core
  14. contrib/restricted/boost/integer
  15. contrib/restricted/boost/mpl
  16. contrib/restricted/boost/predef
  17. contrib/restricted/boost/smart_ptr
  18. contrib/restricted/boost/static_assert
  19. contrib/restricted/boost/throw_exception
  20. contrib/restricted/boost/type_traits
  21. )
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost/regex/include
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_UTIL()
  27. CFLAGS(
  28. -DBOOST_HAS_ICU
  29. -DBOOST_NO_CXX98_BINDERS
  30. )
  31. IF (DYNAMIC_BOOST)
  32. CFLAGS(
  33. GLOBAL -DBOOST_REGEX_DYN_LINK
  34. )
  35. ENDIF()
  36. IF (OS_WINDOWS)
  37. CFLAGS(
  38. GLOBAL -DBOOST_REGEX_USE_CPP_LOCALE
  39. )
  40. ENDIF()
  41. SRCS(
  42. src/posix_api.cpp
  43. src/regex.cpp
  44. src/regex_debug.cpp
  45. src/static_mutex.cpp
  46. src/wide_posix_api.cpp
  47. )
  48. END()