Quote:
Originally Posted by nobodino
one package doesn't build correctly with llvm>= 11.0.x
- libclc: before the line "CFLAGS="$SLKCFLAGS -D__extern_always_inline=inline" "
add the following lines:
-------------------------
# modification from debian because of llvm >= 11.0.x
sed -i -e '/-fno-builtin/p' configure.py
sed -i -e '0,/-fno-builtin/ s/-fno-builtin/-nostdlib/' configure.py
-------------------------
|
I recommend upgrade libclc at least 3 times, but ignored me ever.
Now llvm and libclc are go hand by hand , available ever same version of libclc as llvm , then here the good side is upgrade libclc to 11.0.1
Slackbuild need modifications , but nothing hard.