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: Sat, 21 May 2022 13:52:05
Message-Id: 1653141108.c450444bd09b1e866b54a5f0f91f76fb1e7aa88b.conikost@gentoo
1 commit: c450444bd09b1e866b54a5f0f91f76fb1e7aa88b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 13:09:18 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 13:51:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c450444b
7
8 dev-libs/intel-compute-runtime: drop 22.13.22789-r3, 22.16.22992-r3
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-libs/intel-compute-runtime/Manifest | 2 -
13 .../intel-compute-runtime-22.13.22789-r3.ebuild | 69 ----------------------
14 .../intel-compute-runtime-22.16.22992-r3.ebuild | 69 ----------------------
15 3 files changed, 140 deletions(-)
16
17 diff --git a/dev-libs/intel-compute-runtime/Manifest b/dev-libs/intel-compute-runtime/Manifest
18 index fe8cb4fb783d..97f366944ca9 100644
19 --- a/dev-libs/intel-compute-runtime/Manifest
20 +++ b/dev-libs/intel-compute-runtime/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST intel-compute-runtime-22.13.22789.tar.gz 5252140 BLAKE2B 81fe85e75b1f6257771950dd2716e48f8db61dbe62f747c13ed00be7385c9e6a2f2cd2a5d50cf4253962d13bd1fdb4449a5e646fe3a8b10af228f746b9880210 SHA512 e4d22d8f73463300424b2df9a9634f0b5ac341131de33e57d46ffd52ce0b3fbdbf62cf591876d2143ca14caeba42ec95f5aef201eb9895e5d36b2279b15e661c
23 -DIST intel-compute-runtime-22.16.22992.tar.gz 5334525 BLAKE2B e2fd74084cddc8163eff46cf267c33206c240b8e7c513d2408dabcc0290182fcb5ce7a8909dca93cbb6fd95c2130448498845602590ff59487508b7adcb2bd65 SHA512 7a133a97f437dfe62559097e41583db60e54af6937cfcb3613f4c54340919a0ee0136cfcea1fb6005341021a9bb139c40be8d237afa2a246accd0af1a20dd297
24 DIST intel-compute-runtime-22.17.23034.tar.gz 5345890 BLAKE2B 0cd4b9c117978c9127ff1b9e985ab097e672b228a0bba39ad868881af94e821683afb45f394951776f0ecb725872a4624b35be50e2022fec06b1d77d58227fc9 SHA512 d34a63263f073c8fe6d61f105b753468d856de965b605c54ae4e8931bcb81293378f501b796cf84938857f7e08288f4650299cd76d56483f552846fc4b93b2b9
25 DIST intel-compute-runtime-22.18.23063.tar.gz 5355944 BLAKE2B ee4d79370c10f2aa1fcd0209a1403a89da1ff5a21dd8b39fb40ac33416b1adaef08713382ee89ad88e64b74d5edcb02e3877898e2301b5454a14b8910ebde009 SHA512 a94a3a7c331ea8bb059740ffaec6e139c17216be23c86cc9e880d247ff12dcb93357ee90b9863b9ddcea59dc1a3d377b32600675a145c29f12c810c13a9e3a61
26 DIST intel-compute-runtime-22.19.23136.tar.gz 5390779 BLAKE2B 376f355802d20ba76f485dcd174bb7dd0fa128495be37718b7eda3a3a2ef34086ef9060911f52866c1d1a4fd13f59115d511b5c6b327ce574ae494506085a91d SHA512 dc0c2f150b06c2a41a0d20c1ebcf38254d7ff976eef4340bcc3d47eab8e2ec0e36d8cc871b97ca4d8b304be53b0aced6b2a6fb66da7e58b0352297e7f28b81bf
27
28 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r3.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r3.ebuild
29 deleted file mode 100644
30 index 1f1a1ffad129..000000000000
31 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r3.ebuild
32 +++ /dev/null
33 @@ -1,69 +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.0.2:="
56 -
57 -DEPEND="
58 - ${DEPEND}
59 - dev-libs/intel-metrics-library:=
60 - dev-libs/libnl:3
61 - dev-libs/libxml2:2
62 - >=dev-util/intel-graphics-compiler-1.0.10713
63 - >=dev-util/intel-graphics-system-controller-0.2.4:=
64 - media-libs/mesa
65 - >=virtual/opencl-3
66 - l0? ( >=dev-libs/level-zero-1.7.15 )
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 -src_configure() {
78 - # See https://github.com/intel/compute-runtime/issues/531
79 - filter-flags -flto=* -flto
80 -
81 - local mycmakeargs=(
82 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
83 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
84 - -DBUILD_WITH_L0="$(usex l0)"
85 - -DDISABLE_LIBVA="$(usex !vaapi)"
86 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
87 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
88 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
89 - -DSUPPORT_DG1="ON"
90 - -Wno-dev
91 -
92 - # See https://github.com/intel/intel-graphics-compiler/issues/204
93 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
94 -
95 - # If enabled, tests are automatically run during
96 - # the compile phase and we cannot run them because
97 - # they require permissions to access the hardware.
98 - -DSKIP_UNIT_TESTS="1"
99 - )
100 -
101 - cmake_src_configure
102 -}
103
104 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r3.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r3.ebuild
105 deleted file mode 100644
106 index c4452c450397..000000000000
107 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r3.ebuild
108 +++ /dev/null
109 @@ -1,69 +0,0 @@
110 -# Copyright 1999-2022 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=8
114 -
115 -CMAKE_BUILD_TYPE="Release"
116 -MY_PN="${PN/intel-/}"
117 -MY_P="${MY_PN}-${PV}"
118 -
119 -inherit cmake flag-o-matic
120 -
121 -DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
122 -HOMEPAGE="https://github.com/intel/compute-runtime"
123 -SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
124 -S="${WORKDIR}/${MY_P}"
125 -
126 -LICENSE="MIT"
127 -SLOT="0"
128 -KEYWORDS="~amd64"
129 -IUSE="+l0 +vaapi"
130 -
131 -RDEPEND=">=media-libs/gmmlib-22.0.2:="
132 -
133 -DEPEND="
134 - ${DEPEND}
135 - dev-libs/intel-metrics-library:=
136 - dev-libs/libnl:3
137 - dev-libs/libxml2:2
138 - >=dev-util/intel-graphics-compiler-1.0.10713
139 - >=dev-util/intel-graphics-system-controller-0.2.4:=
140 - media-libs/mesa
141 - >=virtual/opencl-3
142 - l0? ( >=dev-libs/level-zero-1.7.15 )
143 - vaapi? (
144 - x11-libs/libdrm[video_cards_intel]
145 - x11-libs/libva
146 - )
147 -"
148 -
149 -BDEPEND="virtual/pkgconfig"
150 -
151 -DOCS=( "README.md" "FAQ.md" )
152 -
153 -src_configure() {
154 - # See https://github.com/intel/compute-runtime/issues/531
155 - filter-flags -flto=* -flto
156 -
157 - local mycmakeargs=(
158 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
159 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
160 - -DBUILD_WITH_L0="$(usex l0)"
161 - -DDISABLE_LIBVA="$(usex !vaapi)"
162 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
163 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
164 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
165 - -DSUPPORT_DG1="ON"
166 - -Wno-dev
167 -
168 - # See https://github.com/intel/intel-graphics-compiler/issues/204
169 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
170 -
171 - # If enabled, tests are automatically run during
172 - # the compile phase and we cannot run them because
173 - # they require permissions to access the hardware.
174 - -DSKIP_UNIT_TESTS="1"
175 - )
176 -
177 - cmake_src_configure
178 -}