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 16B2015802F for ; Thu, 23 Feb 2023 23:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EEC4E077C; Thu, 23 Feb 2023 23:00:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 180A8E077C for ; Thu, 23 Feb 2023 23:00:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2040A335D4D for ; Thu, 23 Feb 2023 23:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2656C75 for ; Thu, 23 Feb 2023 23:00:38 +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: <1677193226.97f7e88464f78b65e3275db1fe7a957603d1c139.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-22.43.24595.35.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97f7e88464f78b65e3275db1fe7a957603d1c139 X-VCS-Branch: master Date: Thu, 23 Feb 2023 23:00:38 +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: 8636525a-d8b1-46f7-ae5e-4655cbbcb4dd X-Archives-Hash: 46ffd2846bb9744488ffd2e08677b4eb commit: 97f7e88464f78b65e3275db1fe7a957603d1c139 Author: Sam James gentoo org> AuthorDate: Thu Feb 23 22:54:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 23 23:00:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f7e884 Revert "dev-libs/intel-compute-runtime: pass -U_GLIBCXX_ASSERTIONS for now" This reverts commit 2318ae30753d3a6f931f4c0437507a603863e23f. This should be dev-util/intel-graphics-compiler instead. Bug: https://bugs.gentoo.org/893370 Signed-off-by: Sam James gentoo.org> .../intel-compute-runtime-22.43.24595.35.ebuild | 3 --- .../intel-compute-runtime-22.49.25018.24.ebuild | 5 +---- .../intel-compute-runtime-22.53.25242.13.ebuild | 5 +---- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild index 5a649d35a3b0..cda27132f096 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild @@ -54,9 +54,6 @@ src_configure() { # See https://github.com/intel/compute-runtime/issues/531 filter-flags -flto=* -flto - # See bug #893370 and https://github.com/intel/intel-graphics-compiler/issues/282 - append-flags -U_GLIBCXX_ASSERTIONS - local mycmakeargs=( -DCCACHE_ALLOWED="OFF" -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild index d5f58aafd452..0af0d80dab75 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild @@ -55,10 +55,7 @@ src_prepare() { src_configure() { # See https://github.com/intel/compute-runtime/issues/531 - filter-lto - - # See bug #893370 and https://github.com/intel/intel-graphics-compiler/issues/282 - append-flags -U_GLIBCXX_ASSERTIONS + filter-flags -flto=* -flto local mycmakeargs=( -DCCACHE_ALLOWED="OFF" diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild index d5f58aafd452..0af0d80dab75 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild @@ -55,10 +55,7 @@ src_prepare() { src_configure() { # See https://github.com/intel/compute-runtime/issues/531 - filter-lto - - # See bug #893370 and https://github.com/intel/intel-graphics-compiler/issues/282 - append-flags -U_GLIBCXX_ASSERTIONS + filter-flags -flto=* -flto local mycmakeargs=( -DCCACHE_ALLOWED="OFF"