diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2022-06-15 20:34:43 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-08-06 22:20:28 +0800 |
commit | 010c911622d92aa323f97072c2b7b35a0ec79b69 (patch) | |
tree | c810afefc8d6d1f71ab018cad2c9928468075013 /dev-libs/rocr-runtime | |
parent | dev-libs/rocr-runtime: add 5.1.3 (diff) | |
download | gentoo-010c911622d92aa323f97072c2b7b35a0ec79b69.tar.gz gentoo-010c911622d92aa323f97072c2b7b35a0ec79b69.tar.bz2 gentoo-010c911622d92aa323f97072c2b7b35a0ec79b69.zip |
dev-libs/rocm-comgr: add 5.1.3
Drop llvm-roc indirect dependency, and fix clang include dir and
rocm-path for vanilla clang. rocm-comgr depend on clang.
Closes: https://github.com/gentoo/gentoo/pull/26441
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-libs/rocr-runtime')
-rw-r--r-- | dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild index dfd62ed66bd7..51cc36741308 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild @@ -32,8 +32,8 @@ RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} - sys-devel/lld - sys-devel/clang-runtime" + sys-devel/clang + sys-devel/lld" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd" |