2023-11-25 02:38:06 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_CONTOURPY
|
|
|
|
bool "python-contourpy"
|
2024-01-02 18:17:59 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2023-11-25 02:38:06 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_PYBIND
|
|
|
|
help
|
|
|
|
Python library for calculating contours of 2D quadrilateral
|
|
|
|
grids.
|
|
|
|
|
|
|
|
https://github.com/contourpy/contourpy
|
2024-01-02 18:17:59 +01:00
|
|
|
|
|
|
|
comment "python-contourpy needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|