Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, dev-libs/intel-compute-runtime/, ...
Date: Sun, 03 Oct 2021 14:28:52
Message-Id: 1633271096.e3aca393bbb47e025f2cf25ab07cc2205a9a6465.conikost@gentoo
1 commit: e3aca393bbb47e025f2cf25ab07cc2205a9a6465
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 13:32:24 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 14:24:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3aca393
7
8 dev-libs/intel-neo: rename to dev-libs/intel-compute-runtime
9
10 This renames intel-neo to the proper upstream name, which every other
11 distribution is using.
12
13 Closes: https://github.com/gentoo/gentoo/pull/22475
14 Closes: https://bugs.gentoo.org/815184
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 dev-libs/intel-compute-runtime/Manifest | 3 +++
18 .../files/intel-compute-runtime-21.31.20514-no_Werror.patch} | 0
19 .../intel-compute-runtime-21.33.20678-r1.ebuild} | 2 +-
20 .../intel-compute-runtime-21.37.20939.ebuild} | 2 +-
21 .../intel-compute-runtime-21.38.21026.ebuild} | 2 +-
22 dev-libs/{intel-neo => intel-compute-runtime}/metadata.xml | 0
23 dev-libs/intel-neo/Manifest | 3 ---
24 profiles/updates/4Q-2021 | 1 +
25 virtual/opencl/opencl-3-r1.ebuild | 2 +-
26 9 files changed, 8 insertions(+), 7 deletions(-)
27
28 diff --git a/dev-libs/intel-compute-runtime/Manifest b/dev-libs/intel-compute-runtime/Manifest
29 new file mode 100644
30 index 00000000000..21fd889e64c
31 --- /dev/null
32 +++ b/dev-libs/intel-compute-runtime/Manifest
33 @@ -0,0 +1,3 @@
34 +DIST intel-compute-runtime-21.33.20678.tar.gz 4534884 BLAKE2B 9a5e7f962be08701bec1e890eeb5b6208694a33b524872494e428b73d46629b7cde1522c6b7d0b27725cc170f1e65391892b253ca84d988b209e41631548b135 SHA512 278284fafe0e2d340668e1c21188b706ab48439c6ea573885d1b060df458e2016ed40e0a0c65e4076378ddb3ab284eb2cd92b1db5e6bd892babf2275ed600341
35 +DIST intel-compute-runtime-21.37.20939.tar.gz 4576917 BLAKE2B 42563ce897667025100b40f504fe4897222fd28f1b82ac22fb6cfaa6a273b8e9199d57743ab338ab52b32c9598bbf6856530688ca9cbff360db356dabed6d96b SHA512 ed213e2fd234300ac940ffa503a34ae54698e2d359927b3bdcb59bf7ea9d6b950073e9e2e750ec5b8e3e387f0c8d74b4852627c283964fd6a9742dcdc32f518f
36 +DIST intel-compute-runtime-21.38.21026.tar.gz 4655853 BLAKE2B 28ebfb1cbce30fdefb7104a2b6840ea95d62645ae51a97a0b970aa4344fca7e64eb8f289895c30cf9fe4a0d9e5294490810236c0e565e78383ad7096429e2155 SHA512 08ffaaed80ef5776e6ecff15467170ca143887cda7905a49f7b2d12862ff17e75e7ff89ff2bb76ce25eec4ef32dfc882ac3cddf5a3e71d24adb21cc8c806cf5b
37
38 diff --git a/dev-libs/intel-neo/files/intel-neo-21.31.20514-no_Werror.patch b/dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch
39 similarity index 100%
40 rename from dev-libs/intel-neo/files/intel-neo-21.31.20514-no_Werror.patch
41 rename to dev-libs/intel-compute-runtime/files/intel-compute-runtime-21.31.20514-no_Werror.patch
42
43 diff --git a/dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
44 similarity index 98%
45 rename from dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild
46 rename to dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
47 index b51c70b70a5..331420e2185 100644
48 --- a/dev-libs/intel-neo/intel-neo-21.33.20678-r1.ebuild
49 +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.33.20678-r1.ebuild
50 @@ -5,7 +5,7 @@ EAPI=7
51
52 inherit cmake
53
54 -MY_PN="compute-runtime"
55 +MY_PN="${PN/intel-/}"
56 MY_P="${MY_PN}-${PV}"
57
58 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
59
60 diff --git a/dev-libs/intel-neo/intel-neo-21.37.20939.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
61 similarity index 98%
62 rename from dev-libs/intel-neo/intel-neo-21.37.20939.ebuild
63 rename to dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
64 index b7c1ca9ddef..6095fe8dcf3 100644
65 --- a/dev-libs/intel-neo/intel-neo-21.37.20939.ebuild
66 +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.37.20939.ebuild
67 @@ -5,7 +5,7 @@ EAPI=7
68
69 inherit cmake
70
71 -MY_PN="compute-runtime"
72 +MY_PN="${PN/intel-/}"
73 MY_P="${MY_PN}-${PV}"
74
75 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
76
77 diff --git a/dev-libs/intel-neo/intel-neo-21.38.21026.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
78 similarity index 98%
79 rename from dev-libs/intel-neo/intel-neo-21.38.21026.ebuild
80 rename to dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
81 index df46dbb3c9c..246811d9d9c 100644
82 --- a/dev-libs/intel-neo/intel-neo-21.38.21026.ebuild
83 +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.38.21026.ebuild
84 @@ -5,7 +5,7 @@ EAPI=8
85
86 inherit cmake
87
88 -MY_PN="compute-runtime"
89 +MY_PN="${PN/intel-/}"
90 MY_P="${MY_PN}-${PV}"
91
92 DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver"
93
94 diff --git a/dev-libs/intel-neo/metadata.xml b/dev-libs/intel-compute-runtime/metadata.xml
95 similarity index 100%
96 rename from dev-libs/intel-neo/metadata.xml
97 rename to dev-libs/intel-compute-runtime/metadata.xml
98
99 diff --git a/dev-libs/intel-neo/Manifest b/dev-libs/intel-neo/Manifest
100 deleted file mode 100644
101 index ca8977c627a..00000000000
102 --- a/dev-libs/intel-neo/Manifest
103 +++ /dev/null
104 @@ -1,3 +0,0 @@
105 -DIST intel-neo-21.33.20678.tar.gz 4534884 BLAKE2B 9a5e7f962be08701bec1e890eeb5b6208694a33b524872494e428b73d46629b7cde1522c6b7d0b27725cc170f1e65391892b253ca84d988b209e41631548b135 SHA512 278284fafe0e2d340668e1c21188b706ab48439c6ea573885d1b060df458e2016ed40e0a0c65e4076378ddb3ab284eb2cd92b1db5e6bd892babf2275ed600341
106 -DIST intel-neo-21.37.20939.tar.gz 4576917 BLAKE2B 42563ce897667025100b40f504fe4897222fd28f1b82ac22fb6cfaa6a273b8e9199d57743ab338ab52b32c9598bbf6856530688ca9cbff360db356dabed6d96b SHA512 ed213e2fd234300ac940ffa503a34ae54698e2d359927b3bdcb59bf7ea9d6b950073e9e2e750ec5b8e3e387f0c8d74b4852627c283964fd6a9742dcdc32f518f
107 -DIST intel-neo-21.38.21026.tar.gz 4655853 BLAKE2B 28ebfb1cbce30fdefb7104a2b6840ea95d62645ae51a97a0b970aa4344fca7e64eb8f289895c30cf9fe4a0d9e5294490810236c0e565e78383ad7096429e2155 SHA512 08ffaaed80ef5776e6ecff15467170ca143887cda7905a49f7b2d12862ff17e75e7ff89ff2bb76ce25eec4ef32dfc882ac3cddf5a3e71d24adb21cc8c806cf5b
108
109 diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
110 new file mode 100644
111 index 00000000000..386dd3af36f
112 --- /dev/null
113 +++ b/profiles/updates/4Q-2021
114 @@ -0,0 +1 @@
115 +move dev-libs/intel-neo dev-libs/intel-compute-runtime
116
117 diff --git a/virtual/opencl/opencl-3-r1.ebuild b/virtual/opencl/opencl-3-r1.ebuild
118 index 9b114b48f75..525acb9d011 100644
119 --- a/virtual/opencl/opencl-3-r1.ebuild
120 +++ b/virtual/opencl/opencl-3-r1.ebuild
121 @@ -18,7 +18,7 @@ pkg_postinst() {
122 elog "Currently included in Gentoo are:"
123 elog
124 elog " * open:"
125 - elog " - dev-libs/intel-neo - integrated Intel GPUs from Broadwell onwards. 64-bit only;"
126 + elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from Broadwell onwards. 64-bit only;"
127 elog " - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the amdgpu kernel driver. 64-bit only;"
128 elog " - media-libs/mesa[opencl] - some older AMD GPUs; see [1]. 32-bit support;"
129 elog