From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4F22C4167B for ; Fri, 1 Dec 2023 20:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 556D04376D; Fri, 1 Dec 2023 20:21:46 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 556D04376D X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QExaqHBpxB1c; Fri, 1 Dec 2023 20:21:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 6B689404A0; Fri, 1 Dec 2023 20:21:44 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 6B689404A0 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 495931BF2BF for ; Fri, 1 Dec 2023 20:21:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 2306C60ADE for ; Fri, 1 Dec 2023 20:21:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 2306C60ADE X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6KdlwWzsRisr for ; Fri, 1 Dec 2023 20:21:41 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp3.osuosl.org (Postfix) with ESMTPS id C552860A9A for ; Fri, 1 Dec 2023 20:21:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org C552860A9A Received: by mail.gandi.net (Postfix) with ESMTPSA id 1A132240002; Fri, 1 Dec 2023 20:21:36 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1r9A12-004ToD-0H; Fri, 01 Dec 2023 21:21:36 +0100 From: Peter Korsgaard To: Fabrice Fontaine References: <20231104221206.12371-1-fontaine.fabrice@gmail.com> Date: Fri, 01 Dec 2023 21:21:36 +0100 In-Reply-To: <20231104221206.12371-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sat, 4 Nov 2023 23:12:06 +0100") Message-ID: <87o7f94qsv.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH v2, 1/1] package/python-numpy: needs gcc >= 9 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jugurtha BELKALEM , Samuel Martin , Gwenhael Goavec-Merou , Guillaume William Brs , Asaf Kahlon , Julien Olivain , Woodrow Douglass , Jagan Teki , buildroot@buildroot.org, James Hilliard , Romain Naour , Mauro Condarelli Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Fabrice" == Fabrice Fontaine writes: > python-numpy needs gcc >= 8.4 since bump to version 1.25.0 in commit > ca63464e3777ca2596b4d396accb6a384ccf8514 and > https://github.com/numpy/numpy/commit/4002a7d421ff10780c28a3643683af7a9754f87f: > ../output-1/build/host-python-numpy-1.25.0/meson.build:30:4: ERROR: Problem encountered: NumPy requires GCC >= 8.4 > Fixes: > - http://autobuild.buildroot.org/results/9ec82be71c908873112064792ace283049355031 > Signed-off-by: Fabrice Fontaine > --- > Changes v1 -> v2 (after review of Thomas Petazzoni): > - Require gcc >= 9 Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot