Package Details: unladen-swallow-svn 1171-1

Package Base: unladen-swallow-svn
Description: Python compiled with LLVM (a quicker Python than CPython)
Upstream URL: http://code.google.com/p/unladen-swallow/
Category: devel
Licenses: custom
Submitter: xyproto
Maintainer: None
Last Packager: None
Votes: 10
First Submitted: 2009-03-26 16:11
Last Updated: 2011-01-21 14:09

Dependencies (6)

Required by (0)

Sources

Latest Comments

Anonymous comment

2011-01-21 23:43

It compiled and installed perfectly.

Anonymous comment

2011-01-21 22:41

Ok, thank you.
I have it building now, but, just out of curiosity, why did you set the --without-llvm flag?

Comment by xyproto

2011-01-21 14:09

Updated the package. Compiles and runs here.

Anonymous comment

2011-01-20 16:25

Also, I hope you can find a solution that does not require --with-pydebug.

Comment by xyproto

2011-01-20 16:25

PatrickAupperle, thanks, I'll look into it.

Anonymous comment

2011-01-20 16:23

After adding --with-pydebug, I get:

==> Compiling...
./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl
./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl
gcc -pthread -c -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -g -I. -IInclude -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
File "./Parser/asdl_c.py", line 1200
print "Must specify exactly one output file"
^
SyntaxError: invalid syntax
make: *** [Include/Python-ast.h] Error 1
make: *** Waiting for unfinished jobs....
File "./Parser/asdl_c.py", line 1200
print "Must specify exactly one output file"
^
SyntaxError: invalid syntax
make: *** [Python/Python-ast.c] Error 1
Aborting...
The build failed.
[patrick@arch ~]$


It seems you should somehow make it use python2 instead of python.

Anonymous comment

2011-01-20 16:13

checking for svnversion... found
checking for a BSD-compatible install... /bin/install -c
checking for --with-pydebug... no
configure: error: --without-pydebug requires -Asserts LLVM. Got "Release"
Aborting...
The build failed.
[patrick@arch ~]$

Comment by xyproto

2010-06-24 12:18

Thanks, entropy. Updated the PKGBUILD and made it co-exist with regular python.

Anonymous comment

2010-06-24 05:53

Also depends(at least for build) on clang

fixed PKGBUILD here: http://aur.pastebin.com/CJL7gPWz