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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 D0AB1C77B75 for ; Sun, 7 May 2023 18:29:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5233E83B6F; Sun, 7 May 2023 18:29:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5233E83B6F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lW19jq8koJyA; Sun, 7 May 2023 18:29:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 6D7F583B61; Sun, 7 May 2023 18:29:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6D7F583B61 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 35A151BF2E3 for ; Sun, 7 May 2023 18:29:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0EB9440603 for ; Sun, 7 May 2023 18:29:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0EB9440603 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 VSqDCN81hLrI for ; Sun, 7 May 2023 18:29:26 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org C2DFF40531 Received: from mail.tkos.co.il (mail.tkos.co.il [84.110.109.230]) by smtp2.osuosl.org (Postfix) with ESMTPS id C2DFF40531 for ; Sun, 7 May 2023 18:29:25 +0000 (UTC) Received: from tarshish (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.tkos.co.il (Postfix) with ESMTPS id DC72044076F; Sun, 7 May 2023 21:29:20 +0300 (IDT) References: <20230507181424.246228-1-ju.o@free.fr> User-agent: mu4e 1.9.21; emacs 28.2 To: Julien Olivain Date: Sun, 07 May 2023 21:28:06 +0300 In-reply-to: <20230507181424.246228-1-ju.o@free.fr> Message-ID: <87zg6g6lmm.fsf@tarshish> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tkos.co.il; s=default; t=1683484160; bh=fIiyx73awH/DQuxHTKkskNYLiqGyjD3+osnlIz3P04A=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=Uxui3BMkgWtBKVH8Pe/2I8hwHfeKfPS2q+gYy5DWibyonDlInF6e6nvh72paZwLJb uxZ63y2ihT9LyJNoII4opnrAxuPWzBNXGJBk9t6uKhffn/Cz03E5LxfCAuE9aSrqRP +H+ZuW9pJWR1HWXo/hHIEfHFl9AM3tHGwrAowc7AgkfNaEb0CNfFsTaoTtvk89MVIP b3eMpX+BGobMStoPyJwiPHvd2/09TTPhmpwZYoT9ywsYjQ5qEfTBOK1QyrRWv7oGoP AbF7SiamYuIMMw5WtEVurT4Uvqp5E90M0hdZEEAY3vspEFTV424debynvh6Et79nZg Z29tviSgWLgWw== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key) header.d=tkos.co.il header.i=@tkos.co.il header.a=rsa-sha256 header.s=default header.b=Uxui3BMk Subject: Re: [Buildroot] [PATCH 1/1] package/openblas: bump to version v0.3.23 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: , From: Baruch Siach via buildroot Reply-To: Baruch Siach Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hi Julien, On Sun, May 07 2023, Julien Olivain wrote: > This commit also: > - adds the md5 from the release note in the package hash file, > - rebase the patch on the new version tag, > - adds the "Upstream:" tag in the patch. > > For change log since v0.3.22, see: > - https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.23 > > Signed-off-by: Julien Olivain > --- > ...ile.system-don-t-specify-optimization-level-bui.patch | 9 +++++---- > package/openblas/openblas.hash | 4 +++- > package/openblas/openblas.mk | 2 +- > 3 files changed, 9 insertions(+), 6 deletions(-) > > diff --git a/package/openblas/0001-Makefile.system-don-t-specify-optimization-level-bui.patch b/package/openblas/0001-Makefile.system-don-t-specify-optimization-level-bui.patch > index e0c738748a..ed3cae82ef 100644 > --- a/package/openblas/0001-Makefile.system-don-t-specify-optimization-level-bui.patch > +++ b/package/openblas/0001-Makefile.system-don-t-specify-optimization-level-bui.patch > @@ -1,4 +1,4 @@ > -From d8ec4e4c6ef69165179f376e365034de10e6fee3 Mon Sep 17 00:00:00 2001 > +From 89648b76e35dc4657942c861ed9dbfbfe5a3df28 Mon Sep 17 00:00:00 2001 > From: Thomas De Schampheleire > Date: Fri, 5 Mar 2021 14:09:23 +0100 > Subject: [PATCH] Makefile.system: don't specify optimization level > @@ -11,16 +11,17 @@ The CFLAGS/FFLAGS would e.g. contain '-Os -O2' in which -O2 survives. > > Remove the optimization level specified in openblas itself. > > +Upstream: N/A, not upstreamable With this change you can now remove this patch from the .checkpackageignore list. baruch > Signed-off-by: Thomas De Schampheleire > --- > Makefile.system | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.system b/Makefile.system > -index 438a8148..9de1bbd5 100644 > +index 343b94bb3..c355ca5d9 100644 > --- a/Makefile.system > +++ b/Makefile.system > -@@ -1519,11 +1519,11 @@ FCOMMON_OPT += -g > +@@ -1585,11 +1585,11 @@ FCOMMON_OPT += -g > endif > > ifndef COMMON_OPT > @@ -35,5 +36,5 @@ index 438a8148..9de1bbd5 100644 > > override CFLAGS += $(COMMON_OPT) $(CCOMMON_OPT) -I$(TOPDIR) > -- > -2.35.1 > +2.40.1 > > diff --git a/package/openblas/openblas.hash b/package/openblas/openblas.hash > index a8b5527e81..2e5fa8865f 100644 > --- a/package/openblas/openblas.hash > +++ b/package/openblas/openblas.hash > @@ -1,3 +1,5 @@ > +# From https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.23 > +md5 115634b39007de71eb7e75cf7591dfb2 openblas-0.3.23.tar.gz > # Locally calculated > -sha256 7fa9685926ba4f27cfe513adbf9af64d6b6b63f9dcabb37baefad6a65ff347a7 openblas-0.3.22.tar.gz > +sha256 5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114 openblas-0.3.23.tar.gz > sha256 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff LICENSE > diff --git a/package/openblas/openblas.mk b/package/openblas/openblas.mk > index 27f20654e7..f7a50d7bc7 100644 > --- a/package/openblas/openblas.mk > +++ b/package/openblas/openblas.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -OPENBLAS_VERSION = 0.3.22 > +OPENBLAS_VERSION = 0.3.23 > OPENBLAS_SITE = https://github.com/xianyi/OpenBLAS/releases/download/v$(OPENBLAS_VERSION) > OPENBLAS_LICENSE = BSD-3-Clause > OPENBLAS_LICENSE_FILES = LICENSE -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot