Am Freitag, den 22.06.2012, 14:51 +0200 schrieb Michel Dänzer:
> On Fre, 2012-06-22 at 14:29 +0200, Paul Menzel wrote:
> >
> > $ sudo aptitude install llvm # currently depends on LLVM 3.1
>
> In general, build dependencies are on *-dev packages. The mesa source
> package already build-depends on llvm-2.9-dev on some architectures, is
> that not enough?
Well it looks like LLVM compiler is needed and GCC is not enough.
$ more configure.ac
[…]
gallium_require_llvm() {
if test "x$MESA_LLVM" = x0; then
case "$host_cpu" in
i*86|x86_64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
esac
fi
}
[…]
> > 4. Lastly, should the AMD DDX(?) driver somehow depend on these new
> > packages?
>
> Maybe in Suggests:, don't think anything more makes sense.
Ok, I guess I can make such a patch and send it in after this problem is
solved.
Thanks,
Paul
Attachment:
signature.asc
Description: This is a digitally signed message part