From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 02 Aug 2019 19:41:29 +0200 Subject: [Buildroot] [PATCH] python-matplotlib: needs a toolchain with C++ support In-Reply-To: <20190802184610.3e9657aa@windsurf.home> (Thomas Petazzoni's message of "Fri, 2 Aug 2019 18:46:10 +0200") References: <20190802162226.15556-1-peter@korsgaard.com> <20190802184610.3e9657aa@windsurf.home> Message-ID: <87ef23sbw6.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni 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 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