Difference between revisions of "Pyrex"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex- | + | | http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-{{Pyrex-Version}}.tar.gz |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.}} | ||
== Dependencies == | == Dependencies == | ||
Line 33: | Line 35: | ||
USE_ARCH=64 python setup.py install | USE_ARCH=64 python setup.py install | ||
+ | |||
+ | [[Category:Python Modules]] |
Latest revision as of 09:31, 19 October 2010
Download Source: | http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.8.5.tar.gz |
---|
Contents
Introduction to Pyrex
Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Install the package:
python setup.py install
Multilib
32Bit
Install the package:
USE_ARCH=32 python setup.py install
N32
USE_ARCH=n32 python setup.py install
64Bit
USE_ARCH=64 python setup.py install