commit: 305af8ef3a439fedc29673b612d42967c6f85dfe Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Apr 29 10:39:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 1 19:53:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305af8ef
dev-libs/intel-compute-runtime: enable buildins compilation Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25252 Signed-off-by: Sam James <sam <AT> gentoo.org> ...3.22789-r1.ebuild => intel-compute-runtime-22.13.22789-r2.ebuild} | 5 ++--- ...6.22992-r1.ebuild => intel-compute-runtime-22.16.22992-r2.ebuild} | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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 similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r1.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-22.13.22789-r2.ebuild index 62afccf0743e..783bebea072d 100644 --- 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 @@ -54,16 +54,15 @@ src_configure() { -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include" -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors" -DSUPPORT_DG1="ON" + -Wno-dev # See https://github.com/intel/intel-graphics-compiler/issues/204 - -DNEO_DISABLE_BUILTINS_COMPILATION="ON" + # -DNEO_DISABLE_BUILTINS_COMPILATION="ON" # If enabled, tests are automatically run during # the compile phase and we cannot run them because # they require permissions to access the hardware. -DSKIP_UNIT_TESTS="1" - - -Wno-dev ) cmake_src_configure 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 similarity index 97% rename from dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r1.ebuild rename to dev-libs/intel-compute-runtime/intel-compute-runtime-22.16.22992-r2.ebuild index b121e817268c..f83c1f978986 100644 --- 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 @@ -54,16 +54,15 @@ src_configure() { -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include" -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors" -DSUPPORT_DG1="ON" + -Wno-dev # See https://github.com/intel/intel-graphics-compiler/issues/204 - -DNEO_DISABLE_BUILTINS_COMPILATION="ON" + # -DNEO_DISABLE_BUILTINS_COMPILATION="ON" # If enabled, tests are automatically run during # the compile phase and we cannot run them because # they require permissions to access the hardware. -DSKIP_UNIT_TESTS="1" - - -Wno-dev ) cmake_src_configure
