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, 27 Jun 2022 19:44:49
Message-Id: 1656359054.4a506d957c0fd90c91d55cdfbe2ff43c91d8c9f6.conikost@gentoo
1 commit: 4a506d957c0fd90c91d55cdfbe2ff43c91d8c9f6
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 19:42:40 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 19:44:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a506d95
7
8 dev-libs/intel-compute-runtime: drop 22.20.23198
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-libs/intel-compute-runtime/Manifest | 1 -
13 .../intel-compute-runtime-22.20.23198.ebuild | 79 ----------------------
14 2 files changed, 80 deletions(-)
15
16 diff --git a/dev-libs/intel-compute-runtime/Manifest b/dev-libs/intel-compute-runtime/Manifest
17 index b112ac8b0feb..f9ef7d1cd68d 100644
18 --- a/dev-libs/intel-compute-runtime/Manifest
19 +++ b/dev-libs/intel-compute-runtime/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST intel-compute-runtime-22.20.23198.tar.gz 5453705 BLAKE2B 85e3ed926522db44c3464da23c6888effc9fbcfb51e9d644cf12e97335f7a14139040ae09ab99ab9e5b2ef27d4f9a9c23e68ee35378c85279b7c800426a2c829 SHA512 85bf87a6c4d387bea4cd75b6e59e7d47ccfee153a50059209644cecd912d2b52c62b398f004148e1dddc1bac069b19bdacafd355499d3b47c157d0a4a7b2d70b
22 DIST intel-compute-runtime-22.21.23269.tar.gz 5475347 BLAKE2B dbac36c1720ee2a2475b64c3b61d144501fa4031ceb0eb69a3313cb78b5588926d029ad1916e2229fb8dea8d3450936da5b4e25b47814c854b05ec0bdb940943 SHA512 9ae38956dbff9764d85b5447cc03f7616319de463ddbf0dc5d4c8e8f8869f197b6045e446c81a902d8a5e7681e05cb5ac63e345b6bdcb74366b83619c52eb012
23 DIST intel-compute-runtime-22.22.23355.tar.gz 5498680 BLAKE2B 81368ca9a5151305a5eb656ecca6a8d51129df2f567631d72fc5965c66b367e843bcf7b89a201702aa78e430d60e706079eba48a11cfd2b6a82e7a34d7ac5789 SHA512 72813ebd5de38d31f9ceb8087c38337d1bd0bb35256b86f3f3d7f3adc5ebe73b3cdc04bf653a522e25098b38c3b867f62fc3590eedf17e11d2fc03c2aa2b22e2
24 DIST intel-compute-runtime-22.23.23405.tar.gz 5515173 BLAKE2B eafb5a4ed8a221bc5290576a137f371f2f9d3cebbe1e689f3d1ce41f9430a5242d82ae78799f523f29685c3a731570e4a6766f804faa0f6bb7bae365cb5d6573 SHA512 38ffadd9130717acb0e8d6492b2bb4d8d5c962b151784a92c85d6249cbab1014dcd418bf5110eccc1640334c1ab0d171b7028d2f0d95d606733b42a319bf2f0b
25
26 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.20.23198.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.20.23198.ebuild
27 deleted file mode 100644
28 index 0bbb025dbde7..000000000000
29 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.20.23198.ebuild
30 +++ /dev/null
31 @@ -1,79 +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 flag-o-matic
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=">=media-libs/gmmlib-22.0.2:="
54 -
55 -DEPEND="
56 - ${DEPEND}
57 - dev-libs/intel-metrics-library:=
58 - dev-libs/libnl:3
59 - dev-libs/libxml2:2
60 - >=dev-util/intel-graphics-compiler-1.0.11061-r1
61 - >=dev-util/intel-graphics-system-controller-0.2.4:=
62 - media-libs/mesa
63 - >=virtual/opencl-3
64 - l0? ( >=dev-libs/level-zero-1.7.15 )
65 - vaapi? (
66 - x11-libs/libdrm[video_cards_intel]
67 - x11-libs/libva
68 - )
69 -"
70 -
71 -BDEPEND="virtual/pkgconfig"
72 -
73 -DOCS=( "README.md" "FAQ.md" )
74 -
75 -src_prepare() {
76 - default
77 -
78 - # Remove '-Werror' from default
79 - set -e '/Werror/d' -i CMakeLists.txt || die
80 -
81 - cmake_src_prepare
82 -}
83 -
84 -src_configure() {
85 - # See https://github.com/intel/compute-runtime/issues/531
86 - filter-flags -flto=* -flto
87 -
88 - local mycmakeargs=(
89 - -DCCACHE_ALLOWED="OFF"
90 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
91 - -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
92 - -DBUILD_WITH_L0="$(usex l0)"
93 - -DDISABLE_LIBVA="$(usex !vaapi)"
94 - -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
95 - -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
96 - -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
97 - -DSUPPORT_DG1="ON"
98 - -Wno-dev
99 -
100 - # See https://github.com/intel/intel-graphics-compiler/issues/204
101 - # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
102 -
103 - # If enabled, tests are automatically run during
104 - # the compile phase and we cannot run them because
105 - # they require permissions to access the hardware.
106 - -DSKIP_UNIT_TESTS="1"
107 - )
108 -
109 - cmake_src_configure
110 -}