ya.make 727 B

12345678910111213141516171819202122232425262728293031323334
  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/math/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/assert
  9. contrib/restricted/boost/concept_check
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/integer
  13. contrib/restricted/boost/lexical_cast
  14. contrib/restricted/boost/predef
  15. contrib/restricted/boost/random
  16. contrib/restricted/boost/static_assert
  17. contrib/restricted/boost/throw_exception
  18. )
  19. ADDINCL(
  20. GLOBAL contrib/restricted/boost/math/include
  21. )
  22. NO_COMPILER_WARNINGS()
  23. NO_UTIL()
  24. END()