mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
rocm_bandwidth_test cmake files reinvents variables for everything: installation paths, flags, generator, compiler, linker selection, etc. Then cmake calls bash, which calls another cmake, which ignores niceness, verbose logs, CXX, etc. That code is objectively bad, but at least it can be patched. New ebuild erases nested build shell script in favor of cmake.eclass functions and removes automagic adding of ld.lld. Closes: https://bugs.gentoo.org/965916 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44633 Signed-off-by: Sam James <sam@gentoo.org>