diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-04-23 12:56:44 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-04-23 12:56:50 +0200 |
commit | 2d4427c3e9ff89071413ac6fdd0ae34db82c38d2 (patch) | |
tree | 395de80aa5f95ab499754f5d936958f8983ffd3b /dev-util | |
parent | x11-wm/xpra: Drop old 4.1.1 (diff) | |
download | gentoo-2d4427c3e9ff89071413ac6fdd0ae34db82c38d2.tar.gz gentoo-2d4427c3e9ff89071413ac6fdd0ae34db82c38d2.tar.bz2 gentoo-2d4427c3e9ff89071413ac6fdd0ae34db82c38d2.zip |
dev-util/intel-ocl-sdk: fix symlinks on prefix
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild index 371f3e61ec93..41733196d8e7 100644 --- a/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild +++ b/dev-util/intel-ocl-sdk/intel-ocl-sdk-4.4.0.117-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -75,6 +75,10 @@ src_install() { insinto /"${INTEL_CL}"/bin doins "${WORKDIR}"/"${INTEL_CL}"/bin/* + # fix symlinks for oclopt and clangSpir12 on prefix + dosym "../lib64/oclopt" "opt/intel/opencl-1.2-${PV}/bin/oclopt" + dosym "../lib64/clangSpir12" "opt/intel/opencl-1.2-${PV}/bin/clangSpir12" + # TODO put this somewhere # doins ${INTEL_CL}/eclipse-plug-in/OpenCL_SDK_0.1.0.jar |