commit: e15a542fb8eea2726d80fb3b02aae986d3677ed3 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 19:07:48 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 19:32:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15a542f
package.use.mask: mask vc for igc See https://github.com/intel/intel-graphics-compiler/issues/303 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/default/linux/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 5407972c13ac..3874b81dd317 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki ([email protected]> (2023-10-02) +# Using VectorCompiler is currently broken on newer versions. +# See https://github.com/intel/intel-graphics-compiler/issues/303 +>=dev-util/intel-graphics-compiler-1.0.15136.4 + # Sam James <[email protected]> (2023-06-06) # Needs linux-only dev-libs/libaio. app-emulation/qemu -aio
