[Buildroot] [PATCH] python-matplotlib: needs a toolchain with C++ support

Peter Korsgaard peter at korsgaard.com
Fri Aug 2 17:41:29 UTC 2019


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

 > Hello,
 > The commit title should start with package/python-matplotlib :-)

Ahh, indeed - Will fix.

 > On Fri,  2 Aug 2019 18:22:26 +0200
 > Peter Korsgaard <peter at korsgaard.com> wrote:

 >> Matplotlib contains .cpp source code:
 >> 
 >> ls src/*.cpp
 >> src/_backend_agg.cpp
 >> src/_backend_agg_wrapper.cpp
 >> src/_contour.cpp
 >> src/_contour_wrapper.cpp
 >> src/ft2font.cpp
 >> src/ft2font_wrapper.cpp
 >> src/_image.cpp
 >> src/_image_wrapper.cpp
 >> src/mplutils.cpp
 >> src/_path_wrapper.cpp
 >> src/_png.cpp
 >> src/py_converters.cpp
 >> src/_tkagg.cpp
 >> src/_ttconv.cpp
 >> src/_windowing.cpp
 >> 
 >> So add a dependency on C++ support in the toolchain to fix build errors like
 >> (no autobuilder reference yet):

 > Since when does it need C++ ? Was this package bumped recently ? If
 > not, why don't we have autobuilder failures for this ?

Since always (the package only got added to next end of May). I'm not
sure why there isn't any autobuilder failures, possibly because we don't
test such combination of toolchain options? (wchar, threads, !static !c++)

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list