[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH RFC 6/7] Used LLVM 2.7 instead of 2.9



On Wed, 19 Sep 2012 20:24:26 +0200, Julien Cristau <jcristau@debian.org> wrote :

> On Tue, Sep 18, 2012 at 12:54:23 +0200, Anisse Astier wrote:
> 
> > ---
> >  debian/control                                    |    2 +-
> >  debian/patches/13-llvm-config-pick-a-version.diff |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/debian/control b/debian/control
> > index 3f4bfd7..eff2e96 100644
> > --- a/debian/control
> > +++ b/debian/control
> > @@ -30,7 +30,7 @@ Build-Depends:
> >   libudev-dev [linux-any],
> >   flex,
> >   bison,
> > - llvm-2.9-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
> > + llvm-2.7-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
> >  Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa
> >  Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git
> >  Homepage: http://mesa3d.sourceforge.net/
> > diff --git a/debian/patches/13-llvm-config-pick-a-version.diff b/debian/patches/13-llvm-config-pick-a-version.diff
> > index 432d2a9..319656a 100644
> > --- a/debian/patches/13-llvm-config-pick-a-version.diff
> > +++ b/debian/patches/13-llvm-config-pick-a-version.diff
> > @@ -10,7 +10,7 @@ Index: mesa/configure.ac
> >   fi
> >   if test "x$enable_gallium_llvm" = xyes; then
> >  -    AC_PATH_PROG([LLVM_CONFIG], [llvm-config], [no])
> > -+    AC_PATH_PROG([LLVM_CONFIG], [llvm-config-2.9], [no])
> > ++    AC_PATH_PROG([LLVM_CONFIG], [llvm-config-2.7], [no])
> >   
> >       if test "x$LLVM_CONFIG" != xno; then
> >   	LLVM_VERSION=`$LLVM_CONFIG --version | sed 's/svn.*//g'`
> 
> Do things actually run ok with 2.7?

Suprisingly, yes. But I didn't test it extensively.
It's enough for E17 GL compositing and Google Earth to work with r600
gallium.

Regards,

Anisse


Reply to: