diff options
| author | Conrad Kostecki <conikost@gentoo.org> | 2024-06-28 21:51:40 +0200 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-30 01:53:57 +0200 |
| commit | 6bd8af7bb55ace12e2788f4770ddfca3b834c76d (patch) | |
| tree | f53819ca62e7fc72afb6a8d33bffab9a04a47eb8 /dev-libs/intel-compute-runtime | |
| parent | b778f014632d115e4fa06e2c56dbd08876b8adc8 (diff) | |
| download | gentoo-6bd8af7bb55ace12e2788f4770ddfca3b834c76d.tar.gz gentoo-6bd8af7bb55ace12e2788f4770ddfca3b834c76d.tar.bz2 gentoo-6bd8af7bb55ace12e2788f4770ddfca3b834c76d.zip | |
dev-libs/intel-compute-runtime: force disable gold
Closes: https://bugs.gentoo.org/933096
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/intel-compute-runtime')
| -rw-r--r-- | dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild index fdcd36bcc742..3b2e233a358b 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-24.22.29735.21.ebuild @@ -67,6 +67,7 @@ src_configure() { -DCMAKE_INSTALL_LIBDIR="$(get_libdir)" -DBUILD_WITH_L0="$(usex l0)" -DDISABLE_LIBVA="$(usex !vaapi)" + -DNEO_DISABLE_LD_GOLD="ON" -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include" -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include" -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors" |
