diff options
author | Jack de Kleuver <jackdekleuver@gmail.com> | 2022-11-05 18:16:24 +1100 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-11-19 19:50:50 +0800 |
commit | e30c30635ccd69fa9d1e98dafcf3f339a0903f6e (patch) | |
tree | 5bf78a49c52a2926562035163c7ff12032709d4f /dev-libs/rocr-runtime | |
parent | dev-libs/rocm-comgr: Bump LLVM version to 15 (diff) | |
download | gentoo-e30c30635ccd69fa9d1e98dafcf3f339a0903f6e.tar.gz gentoo-e30c30635ccd69fa9d1e98dafcf3f339a0903f6e.tar.bz2 gentoo-e30c30635ccd69fa9d1e98dafcf3f339a0903f6e.zip |
dev-libs/rocr-runtime: Bump LLVM version to 15
Signed-off-by: Jack de Kleuver <jackdekleuver@gmail.com>
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-r1.ebuild (renamed from dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild index 51cc36741308..e7a6b4f59310 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake llvm -LLVM_MAX_SLOT=14 +LLVM_MAX_SLOT=15 if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/" |