Re: [Mesa-dev] [PATCH] scons: Use LLVM shared library if found.

2013-05-17 Thread Aaron Watry
On Fri, May 17, 2013 at 2:31 PM, Jose Fonseca wrote: > > > - Original Message - >> On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote: >> > Vinson, >> > >> > Why is this necessary? >> > >> > (I'd prefer that LLVM is statically linked by default. ) >> > >> > Jose >> >> The SCons build fai

Re: [Mesa-dev] [PATCH] scons: Use LLVM shared library if found.

2013-05-17 Thread Jose Fonseca
- Original Message - > On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote: > > Vinson, > > > > Why is this necessary? > > > > (I'd prefer that LLVM is statically linked by default. ) > > > > Jose > > The SCons build fails on systems that only provide a LLVM shared > library. 'llvm-conf

Re: [Mesa-dev] [PATCH] scons: Use LLVM shared library if found.

2013-05-17 Thread Vinson Lee
On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote: > Vinson, > > Why is this necessary? > > (I'd prefer that LLVM is statically linked by default. ) > > Jose The SCons build fails on systems that only provide a LLVM shared library. 'llvm-config --libs' always enumerates the libraries instead of

Re: [Mesa-dev] [PATCH] scons: Use LLVM shared library if found.

2013-05-17 Thread Jose Fonseca
Vinson, Why is this necessary? (I'd prefer that LLVM is statically linked by default. ) Jose - Original Message - > This patch fixes SCons builds on Fedora 18. > > Signed-off-by: Vinson Lee > --- > scons/llvm.py | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > d

[Mesa-dev] [PATCH] scons: Use LLVM shared library if found.

2013-05-10 Thread Vinson Lee
This patch fixes SCons builds on Fedora 18. Signed-off-by: Vinson Lee --- scons/llvm.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scons/llvm.py b/scons/llvm.py index 7cd609c..432ece6 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -198,7 +198,15 @@ def gener