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-libs/intel-compute-runtime/
Date: Sun, 25 Sep 2022 23:12:16
Message-Id: 1664147499.1fa73dc4b783684bf4307cd95e007eb220fd16d2.conikost@gentoo
1 commit: 1fa73dc4b783684bf4307cd95e007eb220fd16d2
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 22:22:42 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 23:11:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa73dc4
7
8 dev-libs/intel-compute-runtime: drop 22.31.23852, 22.32.23937, 22.34.24023
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-libs/intel-compute-runtime/Manifest | 3 -
13 .../intel-compute-runtime-22.31.23852.ebuild | 79 ----------------------
14 .../intel-compute-runtime-22.32.23937.ebuild | 79 ----------------------
15 .../intel-compute-runtime-22.34.24023.ebuild | 79 ----------------------
16 4 files changed, 240 deletions(-)
17
18 diff --git a/dev-libs/intel-compute-runtime/Manifest b/dev-libs/intel-compute-runtime/Manifest
19 index 60a5764b8c7a..b3247ec8d0b2 100644
20 --- a/dev-libs/intel-compute-runtime/Manifest
21 +++ b/dev-libs/intel-compute-runtime/Manifest
22 @@ -1,4 +1 @@
23 -DIST intel-compute-runtime-22.31.23852.tar.gz 5644386 BLAKE2B 90eb629187d0aba7a713c600234f18a5472d7ad4e9a7c1130e61011970a9247165f17dab936abb875ee4dd9b4ba167135d158a1b19fce9f20d2bd1c23c9d065b SHA512 66fae1c0e3173f45f0565906d455d4511d40bc392a966625f60315e6a72daa30c741dddc799c50b8e020092577af6aa03810cd5a5e3e729ab19815cdb5e6a27a
24 -DIST intel-compute-runtime-22.32.23937.tar.gz 5656306 BLAKE2B 82cc631b69d24d2b845d6c9abc0525f06de8314c7915e651db3c800527244c94104eea6083acdde194cc51f9a68bdfcd39f3f4d296c96338e9f05c05d71cc21c SHA512 729d29c09624ae81ca1e8a455d4e3665fcb31cac87e9776730c038a3393e91e1a00e2079e2587adf4b9ab1797179f49fafd48ac5b855dab722837f1f3b77e0f0
25 -DIST intel-compute-runtime-22.34.24023.tar.gz 5696775 BLAKE2B 8a70751b54e2aaea51eb69d45ef1bed09198023b72b34354cbd87f73a91481f4c7c5a4e5d23815b8ab3d05d4525cb08136929c4b9c0c69b6bcb917b560d88c49 SHA512 592dbf4bad4898c2a5d7a95cd7f41d23cf2f7ab97a33d55f2322b8243a88a3b61ea28d0af1d853324456c5919082fa236fee5fa9cbfcebf248a791617e1533ad
26 DIST intel-compute-runtime-22.35.24055.tar.gz 5710106 BLAKE2B a8efab3ab078b2bc3bc85110fc13f5f68cecd8e9e6978a0f6298d37eb470264303579a66a2bc840b8a8719ef03d67474f4d8959e6bf9442ffb997de1ad1af43b SHA512 c6a238a238647ff79c8ac7a38ebba3e1913f3b6f2ec1adbdde9b8eb9536078de12eac8b35ba45e77eea156b3ec1bd55d8b1279b1fbe729be23429b88de5a757f
27
28 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild
29 deleted file mode 100644
30 index 6786aa838eae..000000000000
31 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.31.23852.ebuild
32 +++ /dev/null
33 @@ -1,79 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -CMAKE_BUILD_TYPE="Release"
40 -MY_PN="${PN/intel-/}"
41 -MY_P="${MY_PN}-${PV}"
42 -
43 -inherit cmake flag-o-matic
44 -
45 -DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
46 -HOMEPAGE="https://github.com/intel/compute-runtime"
47 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -S="${WORKDIR}/${MY_P}"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="amd64"
53 -IUSE="+l0 +vaapi"
54 -
55 -RDEPEND=">=media-libs/gmmlib-22.1.7:="
56 -
57 -DEPEND="
58 - ${DEPEND}
59 - >=dev-libs/intel-metrics-library-0_pre20220526:=
60 - dev-libs/libnl:3
61 - dev-libs/libxml2:2
62 - >=dev-util/intel-graphics-compiler-1.0.11485
63 - >=dev-util/intel-graphics-system-controller-0.8.0:=
64 - media-libs/mesa
65 - >=virtual/opencl-3
66 - l0? ( >=dev-libs/level-zero-1.8.5:= )
67 - vaapi? (
68 - x11-libs/libdrm[video_cards_intel]
69 - x11-libs/libva
70 - )
71 -"
72 -
73 -BDEPEND="virtual/pkgconfig"
74 -
75 -DOCS=( "README.md" "FAQ.md" )
76 -
77 -PATCHES=( "${FILESDIR}/${PN}-22.24.23453-remove-fortify-sources.patch" )
78 -
79 -src_prepare() {
80 - # Remove '-Werror' from default
81 - sed -e '/Werror/d' -i CMakeLists.txt || die
82 -
83 - cmake_src_prepare
84 -}
85 -
86 -src_configure() {
87 - # See https://github.com/intel/compute-runtime/issues/531
88 - filter-flags -flto=* -flto
89 -
90 - local mycmakeargs=(
91 - -DCCACHE_ALLOWED="OFF"
92 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
93 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
94 - -DBUILD_WITH_L0="$(usex l0)"
95 - -DDISABLE_LIBVA="$(usex !vaapi)"
96 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
97 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
98 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
99 - -DSUPPORT_DG1="ON"
100 - -Wno-dev
101 -
102 - # See https://github.com/intel/intel-graphics-compiler/issues/204
103 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
104 -
105 - # If enabled, tests are automatically run during
106 - # the compile phase and we cannot run them because
107 - # they require permissions to access the hardware.
108 - -DSKIP_UNIT_TESTS="1"
109 - )
110 -
111 - cmake_src_configure
112 -}
113
114 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.32.23937.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.32.23937.ebuild
115 deleted file mode 100644
116 index af9f16456a1e..000000000000
117 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.32.23937.ebuild
118 +++ /dev/null
119 @@ -1,79 +0,0 @@
120 -# Copyright 1999-2022 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=8
124 -
125 -CMAKE_BUILD_TYPE="Release"
126 -MY_PN="${PN/intel-/}"
127 -MY_P="${MY_PN}-${PV}"
128 -
129 -inherit cmake flag-o-matic
130 -
131 -DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
132 -HOMEPAGE="https://github.com/intel/compute-runtime"
133 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
134 -S="${WORKDIR}/${MY_P}"
135 -
136 -LICENSE="MIT"
137 -SLOT="0"
138 -KEYWORDS="~amd64"
139 -IUSE="+l0 +vaapi"
140 -
141 -RDEPEND=">=media-libs/gmmlib-22.1.7:="
142 -
143 -DEPEND="
144 - ${DEPEND}
145 - >=dev-libs/intel-metrics-library-0_pre20220526:=
146 - dev-libs/libnl:3
147 - dev-libs/libxml2:2
148 - >=dev-util/intel-graphics-compiler-1.0.11485
149 - >=dev-util/intel-graphics-system-controller-0.8.0:=
150 - media-libs/mesa
151 - >=virtual/opencl-3
152 - l0? ( >=dev-libs/level-zero-1.8.5:= )
153 - vaapi? (
154 - x11-libs/libdrm[video_cards_intel]
155 - x11-libs/libva
156 - )
157 -"
158 -
159 -BDEPEND="virtual/pkgconfig"
160 -
161 -DOCS=( "README.md" "FAQ.md" )
162 -
163 -PATCHES=( "${FILESDIR}/${PN}-22.24.23453-remove-fortify-sources.patch" )
164 -
165 -src_prepare() {
166 - # Remove '-Werror' from default
167 - sed -e '/Werror/d' -i CMakeLists.txt || die
168 -
169 - cmake_src_prepare
170 -}
171 -
172 -src_configure() {
173 - # See https://github.com/intel/compute-runtime/issues/531
174 - filter-flags -flto=* -flto
175 -
176 - local mycmakeargs=(
177 - -DCCACHE_ALLOWED="OFF"
178 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
179 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
180 - -DBUILD_WITH_L0="$(usex l0)"
181 - -DDISABLE_LIBVA="$(usex !vaapi)"
182 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
183 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
184 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
185 - -DSUPPORT_DG1="ON"
186 - -Wno-dev
187 -
188 - # See https://github.com/intel/intel-graphics-compiler/issues/204
189 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
190 -
191 - # If enabled, tests are automatically run during
192 - # the compile phase and we cannot run them because
193 - # they require permissions to access the hardware.
194 - -DSKIP_UNIT_TESTS="1"
195 - )
196 -
197 - cmake_src_configure
198 -}
199
200 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.34.24023.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.34.24023.ebuild
201 deleted file mode 100644
202 index af9f16456a1e..000000000000
203 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.34.24023.ebuild
204 +++ /dev/null
205 @@ -1,79 +0,0 @@
206 -# Copyright 1999-2022 Gentoo Authors
207 -# Distributed under the terms of the GNU General Public License v2
208 -
209 -EAPI=8
210 -
211 -CMAKE_BUILD_TYPE="Release"
212 -MY_PN="${PN/intel-/}"
213 -MY_P="${MY_PN}-${PV}"
214 -
215 -inherit cmake flag-o-matic
216 -
217 -DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
218 -HOMEPAGE="https://github.com/intel/compute-runtime"
219 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
220 -S="${WORKDIR}/${MY_P}"
221 -
222 -LICENSE="MIT"
223 -SLOT="0"
224 -KEYWORDS="~amd64"
225 -IUSE="+l0 +vaapi"
226 -
227 -RDEPEND=">=media-libs/gmmlib-22.1.7:="
228 -
229 -DEPEND="
230 - ${DEPEND}
231 - >=dev-libs/intel-metrics-library-0_pre20220526:=
232 - dev-libs/libnl:3
233 - dev-libs/libxml2:2
234 - >=dev-util/intel-graphics-compiler-1.0.11485
235 - >=dev-util/intel-graphics-system-controller-0.8.0:=
236 - media-libs/mesa
237 - >=virtual/opencl-3
238 - l0? ( >=dev-libs/level-zero-1.8.5:= )
239 - vaapi? (
240 - x11-libs/libdrm[video_cards_intel]
241 - x11-libs/libva
242 - )
243 -"
244 -
245 -BDEPEND="virtual/pkgconfig"
246 -
247 -DOCS=( "README.md" "FAQ.md" )
248 -
249 -PATCHES=( "${FILESDIR}/${PN}-22.24.23453-remove-fortify-sources.patch" )
250 -
251 -src_prepare() {
252 - # Remove '-Werror' from default
253 - sed -e '/Werror/d' -i CMakeLists.txt || die
254 -
255 - cmake_src_prepare
256 -}
257 -
258 -src_configure() {
259 - # See https://github.com/intel/compute-runtime/issues/531
260 - filter-flags -flto=* -flto
261 -
262 - local mycmakeargs=(
263 - -DCCACHE_ALLOWED="OFF"
264 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
265 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
266 - -DBUILD_WITH_L0="$(usex l0)"
267 - -DDISABLE_LIBVA="$(usex !vaapi)"
268 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
269 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
270 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
271 - -DSUPPORT_DG1="ON"
272 - -Wno-dev
273 -
274 - # See https://github.com/intel/intel-graphics-compiler/issues/204
275 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
276 -
277 - # If enabled, tests are automatically run during
278 - # the compile phase and we cannot run them because
279 - # they require permissions to access the hardware.
280 - -DSKIP_UNIT_TESTS="1"
281 - )
282 -
283 - cmake_src_configure
284 -}