mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-libs/rocSPARSE: strip unsupported flags for potentially switched compiler
Also remove addpredict in src_configure (not needed after rocm_use_hipcc) Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -90,8 +90,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
addpredict /dev/kfd
|
||||
addpredict /dev/dri/
|
||||
rocm_use_hipcc
|
||||
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
@@ -103,7 +102,7 @@ src_configure() {
|
||||
-DBUILD_CLIENTS_BENCHMARKS=$(usex benchmark ON OFF)
|
||||
)
|
||||
|
||||
CXX=hipcc cmake_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
|
||||
Reference in New Issue
Block a user