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: Mon, 28 Mar 2022 18:12:46
Message-Id: 1648491059.7230d4130ebffbf52a986d6d7bce6716c0309d52.conikost@gentoo
1 commit: 7230d4130ebffbf52a986d6d7bce6716c0309d52
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 18:08:34 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 18:10:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7230d413
7
8 dev-libs/intel-compute-runtime: drop 22.11.22682
9
10 Closes: https://bugs.gentoo.org/836331
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-libs/intel-compute-runtime/Manifest | 1 -
14 .../intel-compute-runtime-22.11.22682.ebuild | 71 ----------------------
15 2 files changed, 72 deletions(-)
16
17 diff --git a/dev-libs/intel-compute-runtime/Manifest b/dev-libs/intel-compute-runtime/Manifest
18 index ff8217dab5a1..7bbeda06fa41 100644
19 --- a/dev-libs/intel-compute-runtime/Manifest
20 +++ b/dev-libs/intel-compute-runtime/Manifest
21 @@ -1,3 +1,2 @@
22 DIST intel-compute-runtime-21.46.21636.tar.gz 4878855 BLAKE2B 0ada296b36567038b2abeba50c2dae6604981f00cdfc0d5d9d197c793534c887fa1d321ced34b37cf6760bdc9e2b8769cdc24fe3884036b78b983660c90b1ee7 SHA512 a63436d049737b955f0e23bbfc78684f665f3d1a668120e803165839792144154f3f42a52c6533611711592ba6e41408d81196a61e318746b1dae1392d1d29ac
23 -DIST intel-compute-runtime-22.11.22682.tar.gz 5220769 BLAKE2B c5cacdb0140fe9247353b9922a2e401a866d73ea9d4fa6a4312c984d4ba0751ff60d58f15b49003020d88bef13808113ba8ca84239c140fa7c26edcd401c0d9c SHA512 0e4007b152a20e85d40e71d68144a8dab1be536800650fbd1c3f5e23a0731c733d7dfa943d7ea4e1f19548313b12474bd5b9426ef7f2057a9b106a0fc9a1762a
24 DIST intel-compute-runtime-22.12.22749.tar.gz 5234659 BLAKE2B 162c4781561a131af51779108817d2a39ea9676e3772a776603c1e7670b03eddd800593a6e9d77d852476b2401582f3ff87c8b9582b5fa0769ab5ec48be6ba70 SHA512 16e4c76a38284d4e1470977845d338dc05195351ac53d63528e93f1990b81d03a8f1a31c53c665fb8e19b5dc9f4ce38ff392ee1158769780de7a7cb83b2b361b
25
26 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.11.22682.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.11.22682.ebuild
27 deleted file mode 100644
28 index 1d868e365abd..000000000000
29 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.11.22682.ebuild
30 +++ /dev/null
31 @@ -1,71 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -CMAKE_BUILD_TYPE="Release"
38 -MY_PN="${PN/intel-/}"
39 -MY_P="${MY_PN}-${PV}"
40 -
41 -inherit cmake
42 -
43 -DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
44 -HOMEPAGE="https://github.com/intel/compute-runtime"
45 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64"
51 -IUSE="+l0 +vaapi"
52 -
53 -RDEPEND="
54 - dev-libs/libnl:3
55 - dev-libs/libxml2:2
56 - >=dev-util/intel-graphics-compiler-1.0.10409
57 - >=dev-util/intel-graphics-system-controller-0.2.4
58 - >=media-libs/gmmlib-22.0.2:=
59 - >=virtual/opencl-3
60 - l0? ( >=dev-libs/level-zero-1.7.9 )
61 - vaapi? (
62 - x11-libs/libdrm[video_cards_intel]
63 - x11-libs/libva
64 - )
65 -"
66 -
67 -# for Khronos OpenGL headers
68 -DEPEND="
69 - ${RDEPEND}
70 - media-libs/mesa
71 -"
72 -
73 -BDEPEND="virtual/pkgconfig"
74 -
75 -DOCS=( "README.md" "FAQ.md" )
76 -
77 -PATCHES=( "${FILESDIR}/${PN}-22.11.22682-metrics.patch" )
78 -
79 -src_configure() {
80 - local mycmakeargs=(
81 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
82 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
83 - -DBUILD_WITH_L0="$(usex l0)"
84 - -DDISABLE_LIBVA="$(usex !vaapi)"
85 - # -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
86 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
87 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
88 - -DSUPPORT_DG1="ON"
89 -
90 - # See https://github.com/intel/intel-graphics-compiler/issues/204
91 - -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
92 -
93 - # If enabled, tests are automatically run during
94 - # the compile phase and we cannot run them because
95 - # they require permissions to access the hardware.
96 - -DSKIP_UNIT_TESTS="1"
97 -
98 - -Wno-dev
99 - )
100 -
101 - cmake_src_configure
102 -}