intel-compute-runtime-25.40.9999 noticed runtime error when built with clang

This commit is contained in:
TheK0tYaRa 2025-10-21 08:53:26 +03:00
parent a6a3ae7dec
commit d6c4db5548

View file

@ -59,6 +59,7 @@ src_prepare() {
# uchar
[[ ${CC} == *clang* ]] && \
ewarn "Clang builds are known to fail, export CC=gcc CXX=g++ if clinfo has SIGABORT" && \
cp "${FILESDIR}/uchar_string_traits.hpp" "${S}/shared/source/os_interface/" && \
eapply "${FILESDIR}/00-clang-compat.patch"