Config.in 701 B

1234567891011121314151617
  1. config BR2_PACKAGE_PYTHON_KIWISOLVER
  2. bool "python-kiwisolver"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. Kiwi is an efficient C++ implementation of the Cassowary
  6. constraint solving algorithm. Kiwi is an implementation of
  7. the algorithm based on the seminal Cassowary paper. It is
  8. not a refactoring of the original C++ solver. Kiwi has been
  9. designed from the ground up to be lightweight and fast. Kiwi
  10. ranges from 10x to 500x faster than the original Cassowary
  11. solver with typical use cases gaining a 40x
  12. improvement. Memory savings are consistently > 5x.
  13. https://github.com/nucleic/kiwi
  14. comment "python-kiwisolver needs a toolchain w/ C++"
  15. depends on !BR2_INSTALL_LIBSTDCPP