Commit graph

7 commits

Author SHA1 Message Date
Mathieu Virbel d0eacfc3ae replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27 2013-02-28 19:21:58 +01:00
Mathieu Virbel ad85ed15f0 detect if we could use cython-2.7 prior to cython. closes #28 2013-02-28 19:07:05 +01:00
Mathieu Virbel 8a2f5a621b fix lxml compilation 2013-01-23 02:03:32 +01:00
Mathieu Virbel 92f38fe2d7 fix builtin module conflict
Now all the cythonized modules are rewrite with a mangled name of
package + module name. This avoid symbol conflict if you have the same
module.so as another library (for example, audiostream.sources.thread
and python thread.so was in conflict).

Then, a custom builtin importer is loaded before the application start,
and when you will want to import audiostream.sources.thread, if will
import builtin audiostream_sources_thread.

kivy/ios/lxml/audiostream recipes are impacted. A full rebuild is
needed.
2013-01-05 12:17:52 +01:00
Mathieu Virbel 4d07ae4112 fix lxml build 2012-05-10 03:01:07 +02:00
Mathieu Virbel f4ff8677a0 fix lxml rootbuild 2012-04-01 13:32:31 +02:00
Mathieu Virbel 0f2ab13935 add lxml as a possible recipe + ensure flags are reset after using other build-* 2012-03-11 17:23:15 +01:00