xref: /OK3568_Linux_fs/buildroot/package/python-kiwisolver/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
14	  https://github.com/nucleic/kiwi
15
16comment "python-kiwisolver needs a toolchain w/ C++"
17	depends on !BR2_INSTALL_LIBSTDCPP
18