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