dev-util/hipify-clang: add missing die

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-08 19:23:35 +00:00
parent 5c0c2180cc
commit c6f3aca7e8

View File

@@ -30,7 +30,7 @@ src_prepare() {
bin/hipconvertinplace.sh bin/hipconvertinplace-perl.sh \
bin/hipexamine-perl.sh bin/hipexamine.sh || die
# Workaround for bug https://github.com/ROCm/HIPIFY/issues/1396
sed -i 's/find_package(LLVM REQUIRED/find_package(LLVM 17 REQUIRED/' CMakeLists.txt
sed -i 's/find_package(LLVM REQUIRED/find_package(LLVM 17 REQUIRED/' CMakeLists.txt || die
}
src_install() {