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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9672915813A for ; Thu, 09 Jan 2025 16:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD52DE0718; Thu, 09 Jan 2025 16:14:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B886AE0769 for ; Thu, 09 Jan 2025 16:14:59 +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 D9DEC342FB6 for ; Thu, 09 Jan 2025 16:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199EC11B5 for ; Thu, 09 Jan 2025 16:14:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1736439103.493521ab01d32772eb0ee28d7854dff2c8dfc058.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild X-VCS-Directories: dev-util/intel-graphics-compiler/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 493521ab01d32772eb0ee28d7854dff2c8dfc058 X-VCS-Branch: master Date: Thu, 09 Jan 2025 16:14:57 +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: 49b65bc9-cdbc-434e-b437-1e9cfe3aa520 X-Archives-Hash: a516ceb67e9c62c00cb444c02662a0fa commit: 493521ab01d32772eb0ee28d7854dff2c8dfc058 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jan 9 16:11:43 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 9 16:11:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493521ab dev-util/intel-graphics-compiler: fix build Commited wrong ebuild.. Closes: https://bugs.gentoo.org/947779 Signed-off-by: Conrad Kostecki gentoo.org> .../intel-graphics-compiler-1.0.17791.18.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild index 59794ad6a9f2..1f7355493e7b 100644 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild +++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild @@ -13,7 +13,7 @@ inherit cmake flag-o-matic llvm-r1 python-any-r1 DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen graphics hardware" HOMEPAGE="https://github.com/intel/intel-graphics-compiler" -SRC_URI="https://github.com/intel/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_P}" LICENSE="MIT" @@ -81,6 +81,8 @@ src_configure() { ! use debug && append-cppflags -DNDEBUG local mycmakeargs=( + -DBUILD_SHARED_LIBS="OFF" + -DCCLANG_FROM_SYSTEM="ON" -DCCLANG_SONAME_VERSION="${LLVM_SLOT}" -DCMAKE_LIBRARY_PATH="$(get_llvm_prefix)/$(get_libdir)" -DIGC_BUILD__VC_ENABLED="$(usex vc)" @@ -88,12 +90,14 @@ src_configure() { -DIGC_OPTION__CLANG_MODE="Prebuilds" -DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR="ON" -DIGC_OPTION__LLD_MODE="Prebuilds" - -DIGC_OPTION__LLDELF_H_DIR="${EPREFIX}/usr/include/lld/Common" + -DIGC_OPTION__LLDELF_H_DIR="$(get_llvm_prefix)/include/lld/Common" -DIGC_OPTION__LLVM_MODE="Prebuilds" -DIGC_OPTION__LLVM_PREFERRED_VERSION="${llvm_version##*-}" -DIGC_OPTION__OPENCL_HEADER_PATH="/usr/lib/clang/${llvm_version##*-}/include/opencl-c.h" -DIGC_OPTION__SPIRV_TOOLS_MODE="Prebuilds" -DIGC_OPTION__SPIRV_TRANSLATOR_MODE="Prebuilds" + -DIGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_SC="ON" + -DIGC_OPTION__USE_PREINSTALLED_SPIRV_HEADERS="ON" $(usex vc '-DIGC_OPTION__VC_INTRINSICS_MODE=Prebuilds' '') -DPYTHON_EXECUTABLE="${PYTHON}" -DINSTALL_GENX_IR="ON"