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>
This commit is contained in:
parent
98684ba788
commit
b25176ee9a
@ -1,8 +1,12 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user