commit: 1a6e4e473b4b5a9c04779b464c4a5b3da706379a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 29 10:57:48 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=(
