Mercurial > hg > anonet-resdb
diff 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 |
line wrap: on
line diff
--- a/contrib/splicex/CHANGES Sat Oct 29 10:17:30 2011 -0400 +++ b/contrib/splicex/CHANGES Sat Oct 29 11:37:41 2011 -0400 @@ -25,3 +25,23 @@ via Cython. see README for dependencies and installation details. + SpliceX compiler flags patched. recent + update did not distinguish: + + /usr/include/<python version> + + -FROM- + + /usr/local/include/<python version> + + Thus, if you have debian python-dev or + source python-dev the ./configure script + should choose the appropriate option. + if the configure still failed to locate + the python development files (headers) + please let me know and I will correct. + + SpliceX can now optionally do a pure + python install. This cuts down on + dependencies and is useful if you just + want to test, try, and/or debug.