Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/
Date: Fri, 08 Oct 2021 21:46:41
Message-Id: 1633729518.adf69d5163b4ff54997374aeb74dc98ba697b22f.conikost@gentoo
1 commit: adf69d5163b4ff54997374aeb74dc98ba697b22f
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 19:02:16 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 21:45:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf69d51
7
8 dev-util/intel-graphics-compiler: drop old version
9
10 Closes: https://github.com/gentoo/gentoo/pull/22518
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-util/intel-graphics-compiler/Manifest | 1 -
15 .../intel-graphics-compiler-1.0.8365-r1.ebuild | 78 ----------------------
16 2 files changed, 79 deletions(-)
17
18 diff --git a/dev-util/intel-graphics-compiler/Manifest b/dev-util/intel-graphics-compiler/Manifest
19 index 45de7ead7c3..3f15cdaed17 100644
20 --- a/dev-util/intel-graphics-compiler/Manifest
21 +++ b/dev-util/intel-graphics-compiler/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST intel-graphics-compiler-1.0.8365.tar.gz 7509633 BLAKE2B ffe18d18b409db36bd24215d841daaa36d5055d61b9021e385fe9178351b6a92383839e271a12d1e5017150b9697060fe37f803c5153d2f107813aeb2e7a74cf SHA512 6597afbab2c101d69e6a991b5b065ebbded7ccc6227c0ed82b6b0bd33fec26489c30a0a7a9558617578a767ca6d7382a6ab36144f4c64df742c6bd545ce991e9
24 DIST intel-graphics-compiler-1.0.8517.tar.gz 7539946 BLAKE2B 034d2e3dcfc25186e29eebfabffbca7b8a5adab1f766c7515b4a3206c9c52eca3dd766e17320ea0c40067385fc6235d92eec13f1d12909915b86fb42a7862825 SHA512 35f09d1f6b117e78814cc235d03b1f1164f11a2d2a5d188b6658677c4b759422048764e765f7690f4789dc8b8c068714a68642c2d956ccc84b387a959f9af07f
25 DIST intel-graphics-compiler-1.0.8708.tar.gz 7574517 BLAKE2B 578b29a103d3d0b7f481971a801fa11bc14430b7ecd00c99492f5d80ce713b84d00d278726a425edf5884ac15f4877c96a39a3f3f3f1c22bc972db039be28dc2 SHA512 3685c2fe0750d860facd7f378a1de4ac21127e7720d7a8889ac0ae8ab9e58dfacfc50b5bbe37d5744c9a17958b057512871125b58784a8c62ddffc2997f80ba8
26 DIST intel-graphics-compiler-1.0.8744.tar.gz 7586378 BLAKE2B 0f20f99a2659f733521af35c1dd63c2b1398bf4fc5745a217b96ad62cfa53f105d4c9a34eba09651d0f0679d6957820011446f5657170f5ad07d110372b8b1f3 SHA512 dbbe6c08f32b80be305add570187df883aacefbf90b252c70b5705ecc7732f25873732a85558f0aed2ee8db5bcd1a59aec4d7ba110774922dbb19d4d3522a539
27
28 diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8365-r1.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8365-r1.ebuild
29 deleted file mode 100644
30 index 768df3bdabc..00000000000
31 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8365-r1.ebuild
32 +++ /dev/null
33 @@ -1,78 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -CMAKE_BUILD_TYPE="Release"
40 -LLVM_MAX_SLOT="10"
41 -MY_PN="igc"
42 -MY_P="${MY_PN}-${PV}"
43 -PYTHON_COMPAT=( python3_{8..10} )
44 -
45 -inherit cmake flag-o-matic llvm python-any-r1
46 -
47 -DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen graphics hardware"
48 -HOMEPAGE="https://github.com/intel/intel-graphics-compiler"
49 -SRC_URI="https://github.com/intel/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
50 -S="${WORKDIR}/${PN}-${MY_P}"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="amd64"
55 -IUSE="debug"
56 -
57 -DEPEND="
58 - dev-libs/opencl-clang:${LLVM_MAX_SLOT}=
59 - sys-devel/llvm:${LLVM_MAX_SLOT}=
60 -"
61 -
62 -RDEPEND="${DEPEND}"
63 -
64 -BDEPEND="
65 - ${PYTHON_DEPS}
66 - >=sys-devel/lld-${LLVM_MAX_SLOT}
67 -"
68 -
69 -PATCHES=(
70 - "${FILESDIR}/${PN}-1.0.9-no_Werror.patch"
71 - "${FILESDIR}/${PN}-1.0.8173-opencl-clang_version.patch"
72 - "${FILESDIR}/${PN}-1.0.8173-fix-missing-limits.patch"
73 - "${FILESDIR}/${PN}-1.0.8365-disable-git.patch"
74 - "${FILESDIR}/${PN}-1.0.8365-cmake-project.patch"
75 - "${FILESDIR}/${PN}-1.0.8365-cmake-minimum-version.patch"
76 -)
77 -
78 -pkg_setup() {
79 - llvm_pkg_setup
80 - python-any-r1_pkg_setup
81 -}
82 -
83 -src_configure() {
84 - # Since late March 2020 cmake.eclass does not set -DNDEBUG any more,
85 - # and the way IGC uses this definition causes problems for some users.
86 - # See bug #718824 for more information.
87 - ! use debug && append-cppflags -DNDEBUG
88 -
89 - local mycmakeargs=(
90 - # Those options are ensuring, that we are using
91 - # the system LLVM with the correct slot.
92 - -DCCLANG_SONAME_VERSION="${LLVM_MAX_SLOT}"
93 - -DCMAKE_LIBRARY_PATH="$(get_llvm_prefix ${LLVM_MAX_SLOT})/$(get_libdir)"
94 - -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64"
95 - -DIGC_OPTION__CLANG_MODE="Prebuilds"
96 - -DIGC_OPTION__LLD_MODE="Prebuilds"
97 - -DIGC_OPTION__LLDELF_H_DIR="${EPREFIX}/usr/include/lld/Common"
98 - -DIGC_OPTION__LLVM_MODE="Prebuilds"
99 - -DIGC_OPTION__LLVM_PREFERRED_VERSION="${LLVM_MAX_SLOT}"
100 -
101 - # VectorCompiler needs work, as at the moment upstream
102 - # only supports building vc-intrinsics in place.
103 - -DIGC_BUILD__VC_ENABLED="NO"
104 -
105 - # This will suspress some CMake warnings,
106 - # which cannot be fixed at the moment.
107 - -Wno-dev
108 - )
109 -
110 - cmake_src_configure
111 -}