mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-libs/rocBLAS: Restrict to llvm-18
Explodes violently with llvm-19 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user