diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-06-26 12:41:55 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-06-26 12:46:53 +0200 |
commit | 8b8f9dd8c692cd9572888626e5fa7cb22053c703 (patch) | |
tree | 05dec69d630f579db237ab5f65bd9a8c9a4186f7 /dev-libs/intel-neo | |
parent | dev-util/intel-graphics-compiler: remove old (diff) | |
download | gentoo-8b8f9dd8c692cd9572888626e5fa7cb22053c703.tar.gz gentoo-8b8f9dd8c692cd9572888626e5fa7cb22053c703.tar.bz2 gentoo-8b8f9dd8c692cd9572888626e5fa7cb22053c703.zip |
dev-libs/intel-neo: switch back to using bundled OpenCL headers
The version currently in the tree does not build against recent versions
of dev-util/opencl-headers, using the bundled ones is mostly harmless
because they aren't installed anywhere, and it shouldn't cause any
compatibility issues for OpenCL-aware applications (which build against
dev-util/opencl-headers via >=virtual/opencl-3) because they link
against libOpenCL provided by an ICD loader, not against NEO itself.
Closes: https://bugs.gentoo.org/729304
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/intel-neo')
-rw-r--r-- | dev-libs/intel-neo/intel-neo-20.16.16582.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-libs/intel-neo/intel-neo-20.16.16582.ebuild b/dev-libs/intel-neo/intel-neo-20.16.16582.ebuild index 4cad60483991..dfa0c9b9156d 100644 --- a/dev-libs/intel-neo/intel-neo-20.16.16582.ebuild +++ b/dev-libs/intel-neo/intel-neo-20.16.16582.ebuild @@ -27,7 +27,6 @@ COMMON=">=virtual/opencl-3 x11-libs/libva )" DEPEND="${COMMON} - dev-util/opencl-headers media-libs/mesa" # for Khronos OpenGL headers RDEPEND="${COMMON}" @@ -40,9 +39,6 @@ S="${WORKDIR}"/${MY_P} src_configure() { local mycmakeargs=( - -DKHRONOS_HEADERS_DIR="${EPREFIX}/usr/include" - # CMake only sets this automatically for bundled OpenCL headers - -DNEO_EXTRA_DEFINES="CL_TARGET_OPENCL_VERSION=220" -DKHRONOS_GL_HEADERS_DIR="${EPREFIX}/usr/include" -DBUILD_WITH_L0=$(usex l0) -DDISABLE_LIBVA=$(usex vaapi "no" "yes") |