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 061B6158062 for ; Wed, 8 Mar 2023 14:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C98E0866; Wed, 8 Mar 2023 14:57:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0E217E0866 for ; Wed, 8 Mar 2023 14:57:28 +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 414153413FA for ; Wed, 8 Mar 2023 14:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0F5E8D5 for ; Wed, 8 Mar 2023 14:57:25 +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: <1678287192.5b20a20fe76458ab4b872d9a32c16a2c8e9f45c0.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.13230.7-r1.ebuild dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild X-VCS-Directories: dev-util/intel-graphics-compiler/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5b20a20fe76458ab4b872d9a32c16a2c8e9f45c0 X-VCS-Branch: master Date: Wed, 8 Mar 2023 14:57:25 +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: 2eabf9a1-139d-4da8-a435-74fe2472d010 X-Archives-Hash: ed2d3c2dcf33267ba4d5c646ff5711c9 commit: 5b20a20fe76458ab4b872d9a32c16a2c8e9f45c0 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Mar 8 14:51:57 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Mar 8 14:53:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b20a20f dev-util/intel-graphics-compiler: drop unused cmake variable Closes: https://bugs.gentoo.org/895778 Signed-off-by: Conrad Kostecki gentoo.org> .../intel-graphics-compiler-1.0.13230.7-r1.ebuild | 1 - .../intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7-r1.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7-r1.ebuild index b6627fa95adc..0b880385e6e5 100644 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7-r1.ebuild +++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7-r1.ebuild @@ -80,7 +80,6 @@ src_configure() { -DIGC_OPTION__LLVM_PREFERRED_VERSION="${llvm_version##*-}" -DIGC_OPTION__SPIRV_TOOLS_MODE="Prebuilds" -DIGC_OPTION__SPIRV_TRANSLATOR_MODE="Prebuilds" - -DIGC_OPTION__USE_PREINSTALLED_SPRIV_HEADERS="ON" $(usex vc '-DIGC_OPTION__VC_INTRINSICS_MODE=Prebuilds' '') -DINSTALL_GENX_IR="ON" -DSPIRVLLVMTranslator_INCLUDE_DIR="${EPREFIX}/usr/lib/llvm/${LLVM_MAX_SLOT}/include/LLVMSPIRVLib" diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild index 4a48c5cff382..8125e1bf6e81 100644 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild +++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.13230.7.ebuild @@ -77,7 +77,6 @@ src_configure() { -DIGC_OPTION__LLVM_PREFERRED_VERSION="${llvm_version##*-}" -DIGC_OPTION__SPIRV_TOOLS_MODE="Prebuilds" -DIGC_OPTION__SPIRV_TRANSLATOR_MODE="Prebuilds" - -DIGC_OPTION__USE_PREINSTALLED_SPRIV_HEADERS="ON" $(usex vc '-DIGC_OPTION__VC_INTRINSICS_MODE=Prebuilds' '') -DINSTALL_GENX_IR="ON" -DSPIRVLLVMTranslator_INCLUDE_DIR="${EPREFIX}/usr/lib/llvm/${LLVM_MAX_SLOT}/include/LLVMSPIRVLib"