summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2024-11-09 21:06:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2024-11-09 21:08:24 +0000
commit5dfd33faefc086e8c5b056f3591eec3c55642d5e (patch)
tree6d0a27c8e175835a4cc392c3edcc51c237f7688a /sci-libs
parentdev-util/Tensile: Fix runtime behaviour (diff)
downloadgentoo-5dfd33faefc086e8c5b056f3591eec3c55642d5e.tar.gz
gentoo-5dfd33faefc086e8c5b056f3591eec3c55642d5e.tar.bz2
gentoo-5dfd33faefc086e8c5b056f3591eec3c55642d5e.zip
sci-libs/rocBLAS: Restrict to llvm-18
Explodes violently with llvm-19 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild b/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild
index b4fe232ecfe8..a8f1f55aefba 100644
--- a/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild
@@ -6,8 +6,10 @@ EAPI=8
DOCS_BUILDER="doxygen"
DOCS_DIR="docs/.doxygen"
DOCS_DEPEND="media-gfx/graphviz"
+LLVM_COMPAT=( 18 )
ROCM_VERSION=${PV}
-inherit cmake docs edo multiprocessing rocm
+
+inherit cmake docs edo multiprocessing rocm llvm-r1
DESCRIPTION="AMD's library for BLAS on ROCm"
HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS"