From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A45715802E for ; Sat, 29 Jun 2024 10:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FE0E29E1; Sat, 29 Jun 2024 10:58:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44A1CE29E1 for ; Sat, 29 Jun 2024 10:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E282335DCD for ; Sat, 29 Jun 2024 10:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E8B31ABE for ; Sat, 29 Jun 2024 10:58:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719658668.1a6e4e473b4b5a9c04779b464c4a5b3da706379a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a6e4e473b4b5a9c04779b464c4a5b3da706379a X-VCS-Branch: master Date: Sat, 29 Jun 2024 10:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3b2ca57-1c68-4e82-98a5-7bac979e2c10 X-Archives-Hash: d6d0bc57e8e273d1755313109739758a commit: 1a6e4e473b4b5a9c04779b464c4a5b3da706379a Author: Sam James gentoo org> AuthorDate: Sat Jun 29 10:57:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 29 10:57:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e4e47 dev-libs/intel-compute-runtime: update filter-lto comment * Update link to upstream bug wrt ODR (original was a dupe) * Add ref to other bug (GCC ICE) Bug: https://gcc.gnu.org/PR114790 Bug: https://bugs.gentoo.org/930199 Signed-off-by: Sam James gentoo.org> .../intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild | 4 +++- .../intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild index 6cc55d2ef71c..5ea15e181651 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.17.29377.6.ebuild @@ -56,7 +56,9 @@ src_prepare() { } src_configure() { - # See https://github.com/intel/compute-runtime/issues/531 + # Filtered for two reasons: + # 1) https://github.com/intel/compute-runtime/issues/528 + # 2) bug #930199 filter-lto local mycmakeargs=( diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild index e227bc0c7d57..fdcd36bcc742 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild @@ -56,7 +56,9 @@ src_prepare() { } src_configure() { - # See https://github.com/intel/compute-runtime/issues/531 + # Filtered for two reasons: + # 1) https://github.com/intel/compute-runtime/issues/528 + # 2) bug #930199 filter-lto local mycmakeargs=(