commit: 97f7e88464f78b65e3275db1fe7a957603d1c139 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 23 22:54:49 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
