summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfried Holzke <gentoo@holzke.net>2020-08-22 19:59:35 +0200
committerCraig Andrews <candrews@gentoo.org>2020-08-22 13:49:09 -0400
commit9ae8628f3448168b5f171a8fbed723c8ad54fa4b (patch)
tree275e5098b990d288babe7ea9297e6841178676f3 /dev-libs
parentdev-libs/rocr-runtime: Version bump to 3.7.0 (diff)
downloadgentoo-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')
-rw-r--r--dev-libs/rocr-runtime/rocr-runtime-3.7.0.ebuild2
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