commit: 5dfd33faefc086e8c5b056f3591eec3c55642d5e
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 21:06:19 2024 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 21:08:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfd33fa
sci-libs/rocBLAS: Restrict to llvm-18
Explodes violently with llvm-19
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
sci-libs/rocBLAS/{rocBLAS-6.1.1.ebuild => rocBLAS-6.1.1-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
b/sci-libs/rocBLAS/rocBLAS-6.1.1-r1.ebuild
similarity index 97%
rename from sci-libs/rocBLAS/rocBLAS-6.1.1.ebuild
rename to 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"