diff options
author | Wilfried Holzke <gentoo@holzke.net> | 2020-08-22 19:59:35 +0200 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-08-22 13:49:09 -0400 |
commit | 9ae8628f3448168b5f171a8fbed723c8ad54fa4b (patch) | |
tree | 275e5098b990d288babe7ea9297e6841178676f3 /dev-libs/rocr-runtime | |
parent | dev-libs/rocr-runtime: Version bump to 3.7.0 (diff) | |
download | gentoo-9ae8628f3448168b5f171a8fbed723c8ad54fa4b.tar.gz gentoo-9ae8628f3448168b5f171a8fbed723c8ad54fa4b.tar.bz2 gentoo-9ae8628f3448168b5f171a8fbed723c8ad54fa4b.zip |
dev-libs/rocr-runtime: Version bump to 3.7.0, fixed a typo
Signed-off-by: Wilfried Holzke <gentoo@holzke.net>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/rocr-runtime')
-rw-r--r-- | dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild index 19f5c3ad9ae0..064969d47e2f 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild @@ -40,7 +40,7 @@ src_prepare() { # ... otherwise system llvm/clang is used ... sed -e "s:find_package(Clang REQUIRED HINTS \${CMAKE_INSTALL_PREFIX}/llvm \${CMAKE_PREFIX_PATH}/llvm PATHS /opt/rocm/llvm ):find_package(Clang REQUIRED HINTS /usr/lib/llvm/roc ):" -i image/blit_src/CMakeLists.txt || die - # Gentoo install "*.bc" to "/usr/lib" instead of a "[path]/bitcode" directory ... + # Gentoo installs "*.bc" to "/usr/lib" instead of a "[path]/bitcode" directory ... sed -e "s:/opt/rocm/amdgcn/bitcode:/usr/lib:" -i image/blit_src/CMakeLists.txt || die cmake_src_prepare |