mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-util/Tensile: strip unsupported flags for potentially switched compiler
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:
@@ -88,6 +88,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
rocm_use_hipcc
|
||||
|
||||
distutils-r1_src_configure
|
||||
if use client; then
|
||||
local mycmakeargs=(
|
||||
@@ -97,7 +99,7 @@ src_configure() {
|
||||
-DTensile_LIBRARY_FORMAT=msgpack
|
||||
-DAMDGPU_TARGETS="$(get_amdgpu_flags)"
|
||||
)
|
||||
CXX=hipcc cmake_src_configure
|
||||
cmake_src_configure
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user