ya.make 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(
  4. BSL-1.0 AND
  5. MIT AND
  6. Mit-Old-Style
  7. )
  8. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  9. VERSION(1.85.0)
  10. ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.85.0.tar.gz)
  11. PEERDIR(
  12. contrib/restricted/boost/algorithm
  13. contrib/restricted/boost/any
  14. contrib/restricted/boost/array
  15. contrib/restricted/boost/assert
  16. contrib/restricted/boost/bimap
  17. contrib/restricted/boost/bind
  18. contrib/restricted/boost/concept_check
  19. contrib/restricted/boost/config
  20. contrib/restricted/boost/container_hash
  21. contrib/restricted/boost/conversion
  22. contrib/restricted/boost/core
  23. contrib/restricted/boost/detail
  24. contrib/restricted/boost/foreach
  25. contrib/restricted/boost/function
  26. contrib/restricted/boost/integer
  27. contrib/restricted/boost/iterator
  28. contrib/restricted/boost/lexical_cast
  29. contrib/restricted/boost/math
  30. contrib/restricted/boost/move
  31. contrib/restricted/boost/mpl
  32. contrib/restricted/boost/multi_index
  33. contrib/restricted/boost/optional
  34. contrib/restricted/boost/parameter
  35. contrib/restricted/boost/preprocessor
  36. contrib/restricted/boost/property_map
  37. contrib/restricted/boost/property_tree
  38. contrib/restricted/boost/random
  39. contrib/restricted/boost/range
  40. contrib/restricted/boost/regex
  41. contrib/restricted/boost/serialization
  42. contrib/restricted/boost/smart_ptr
  43. contrib/restricted/boost/spirit
  44. contrib/restricted/boost/static_assert
  45. contrib/restricted/boost/throw_exception
  46. contrib/restricted/boost/tti
  47. contrib/restricted/boost/tuple
  48. contrib/restricted/boost/type_traits
  49. contrib/restricted/boost/typeof
  50. contrib/restricted/boost/unordered
  51. contrib/restricted/boost/utility
  52. contrib/restricted/boost/xpressive
  53. )
  54. ADDINCL(
  55. GLOBAL contrib/restricted/boost/graph/include
  56. )
  57. NO_COMPILER_WARNINGS()
  58. NO_UTIL()
  59. IF (DYNAMIC_BOOST)
  60. CFLAGS(
  61. GLOBAL -DBOOST_GRAPH_DYN_LINK
  62. )
  63. ENDIF()
  64. SRCS(
  65. src/graphml.cpp
  66. src/read_graphviz_new.cpp
  67. )
  68. END()