2015-11-15 11:25 GMT+01:00 Massimo Maiurana <[email protected]>: > I'm not trying to build from a tarball but from git sources, so I don't > have any pre-generated C files. > But I remember there was a way to tell it to use a different Cython, and > remember that for some time I've had a compiled Cython source just to > build python-efl. That's until I didn't need it anymore, most probably > because I upgraded my system and had a version of Cython compatible with > python-efl. I just don't remember the command line :( >
First: I highly suggest to always build from tarballs, to not have to bother with cython at all. You can use the stable released tarballs or the one autogenerated from jenkins that always are in sink with the git version (when jenkins works, of course) I don't of a "fast" a way to install 2 different cython, if not playing with your python path. But installing cython from sources is just a "setup.py install" from the cython tarballs > > Kai Huuhko ha scritto il 15/11/2015 alle 01:21: > > With the tarballs you have the option of using either the > > pre-generated C files or generating them with Cython. > > > > It should use the pre-generated sources by default and I have no idea > > why it's not doing this on your system, but you can force it with > > > > env DISABLE_CYTHON=1 python setup.py build > > > > These environment variables and other build related information can be > > found at > https://git.enlightenment.org/bindings/python/python-efl.git/tree/INSTALL > > > > 2015-11-14 23:06 GMT+02:00 Massimo Maiurana <[email protected]>: > >> I can't build python-efl on debian testing because it ships cython > >> 0.23.2, but I remember there was a way to build it with a locally > >> installed cython via a command line option, and if I'm not wrong you > >> told me about this way. Can you please enlighten me once again? :) > >> > >> Ciao e grazie > >> Massimo > >> > >> Davide Andreoli ha scritto il 14/11/2015 alle 19:18: > >>> Hi all, > >>> > >>> I just uploaded the 1.16 tarballs for python-efl at the usual place: > >>> https://download.enlightenment.org/pre-releases/ > >>> > >>> Plese test them, if no issue arise those tarball will be moved in the > next > >>> 24h > >>> > >>> Happy testing > >>> > ------------------------------------------------------------------------------ > >>> _______________________________________________ > >>> enlightenment-devel mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > >>> > >> > >> > >> -- > >> Massimo Maiurana > >> Ragusa (RG) > >> > >> > ------------------------------------------------------------------------------ > >> _______________________________________________ > >> enlightenment-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > -- > Massimo Maiurana > Ragusa (RG) > > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
