kumquat-buildroot/package/python-contourpy/Config.in
Fabrice Fontaine b25176ee9a package/python-contourpy: needs C++
C++ is mandatory resulting in the following build failure since the
addition of the package in commit
1e7f0794bb:

../output-1/build/python-contourpy-1.1.0/meson.build:1:0: ERROR: Unable to detect GNU compiler type:

Fixes:
 - http://autobuild.buildroot.org/results/6b50f9621b00aab384cc2dde77fae7daff46d08b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-01-02 21:06:59 +01:00

13 lines
339 B
Plaintext

config BR2_PACKAGE_PYTHON_CONTOURPY
bool "python-contourpy"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PYTHON_PYBIND
help
Python library for calculating contours of 2D quadrilateral
grids.
https://github.com/contourpy/contourpy
comment "python-contourpy needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP