Mercurial > hg > anonet-resdb
comparison contrib/splicex/CHANGES @ 706:de6fd9fc14e5 draft
SpliceX patched compiler for /path/to/Python.h and /path/to/structmember.h
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 29 Oct 2011 11:37:41 -0400 |
parents | a554ba2c1e81 |
children | a8f74ee394a3 |
comparison
equal
deleted
inserted
replaced
705:dc8f88270f6a | 706:de6fd9fc14e5 |
---|---|
23 | 23 |
24 SpliceX now compiles to machine language | 24 SpliceX now compiles to machine language |
25 via Cython. see README for dependencies | 25 via Cython. see README for dependencies |
26 and installation details. | 26 and installation details. |
27 | 27 |
28 SpliceX compiler flags patched. recent | |
29 update did not distinguish: | |
30 | |
31 /usr/include/<python version> | |
32 | |
33 -FROM- | |
34 | |
35 /usr/local/include/<python version> | |
36 | |
37 Thus, if you have debian python-dev or | |
38 source python-dev the ./configure script | |
39 should choose the appropriate option. | |
40 if the configure still failed to locate | |
41 the python development files (headers) | |
42 please let me know and I will correct. | |
43 | |
44 SpliceX can now optionally do a pure | |
45 python install. This cuts down on | |
46 dependencies and is useful if you just | |
47 want to test, try, and/or debug. |