Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/
Date: Sun, 01 May 2022 19:53:50
Message-Id: 1651434816.305af8ef3a439fedc29673b612d42967c6f85dfe.sam@gentoo
1 commit: 305af8ef3a439fedc29673b612d42967c6f85dfe
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 10:39:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 19:53:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305af8ef
7
8 dev-libs/intel-compute-runtime: enable buildins compilation
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/25252
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 ...3.22789-r1.ebuild => intel-compute-runtime-22.13.22789-r2.ebuild} | 5 ++---
15 ...6.22992-r1.ebuild => intel-compute-runtime-22.16.22992-r2.ebuild} | 5 ++---
16 2 files changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r1.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r2.ebuild
19 similarity index 97%
20 rename from dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r1.ebuild
21 rename to dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r2.ebuild
22 index 62afccf0743e..783bebea072d 100644
23 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r1.ebuild
24 +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r2.ebuild
25 @@ -54,16 +54,15 @@ src_configure() {
26 -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
27 -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
28 -DSUPPORT_DG1="ON"
29 + -Wno-dev
30
31 # See https://github.com/intel/intel-graphics-compiler/issues/204
32 - -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
33 + # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
34
35 # If enabled, tests are automatically run during
36 # the compile phase and we cannot run them because
37 # they require permissions to access the hardware.
38 -DSKIP_UNIT_TESTS="1"
39 -
40 - -Wno-dev
41 )
42
43 cmake_src_configure
44
45 diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r1.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r2.ebuild
46 similarity index 97%
47 rename from dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r1.ebuild
48 rename to dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r2.ebuild
49 index b121e817268c..f83c1f978986 100644
50 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r1.ebuild
51 +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r2.ebuild
52 @@ -54,16 +54,15 @@ src_configure() {
53 -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
54 -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
55 -DSUPPORT_DG1="ON"
56 + -Wno-dev
57
58 # See https://github.com/intel/intel-graphics-compiler/issues/204
59 - -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
60 + # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
61
62 # If enabled, tests are automatically run during
63 # the compile phase and we cannot run them because
64 # they require permissions to access the hardware.
65 -DSKIP_UNIT_TESTS="1"
66 -
67 - -Wno-dev
68 )
69
70 cmake_src_configure