mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/hipify-clang: add missing die
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user