From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 May 2025 09:30:02 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDIBG-003iuR-2S for lore@lore.pengutronix.de; Fri, 09 May 2025 09:30:02 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uDIBG-0001MW-Ha; Fri, 09 May 2025 09:30:02 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uDI6e-0005xr-MA; Fri, 09 May 2025 09:25:16 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDI6e-001qsH-1c; Fri, 09 May 2025 09:25:16 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uDI6e-00BF8S-1T; Fri, 09 May 2025 09:25:16 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 9 May 2025 09:25:16 +0200 Message-Id: <20250509072516.2679781-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250417092509.2087521-3-p.zabel@pengutronix.de> References: <20250417092509.2087521-3-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-libclc: version bump 19.1.7 -> 20.1.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 7cd772bede9342b17cb00d383c060a0ec76f45e4. Michael [sent from post-receive hook] On Fri, 09 May 2025 09:25:16 +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20250417092509.2087521-3-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-libclc.make b/rules/host-libclc.make > index fb91a23283e4..adfb2a88480b 100644 > --- a/rules/host-libclc.make > +++ b/rules/host-libclc.make > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCLC) += host-libclc > # > # Paths and names > # > -HOST_LIBCLC_VERSION := 19.1.7 > -HOST_LIBCLC_MD5 := 84cfae232461adfd4e1990b9023cfe69 > +HOST_LIBCLC_VERSION := 20.1.2 > +HOST_LIBCLC_MD5 := c69ab638d270bd2258e975f56c25f1f6 > HOST_LIBCLC := libclc-$(HOST_LIBCLC_VERSION) > HOST_LIBCLC_SUFFIX := tar.xz > HOST_LIBCLC_URL := https://github.com/llvm/llvm-project/releases/download/llvmorg-$(HOST_LIBCLC_VERSION)/$(HOST_LIBCLC).src.$(HOST_LIBCLC_SUFFIX)