On Jun 13, 2008, at 2:15 PM, Neal Becker wrote:

> It seems running
> %{__python} setup.py build
>
>
> %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
>
> will install into arch-specific python dir?  The previous cython  
> didn't do
> this I believe?
>
> e.g.:
> /usr/lib64/python2.5/site-packages/...
>
> It looks like all the installed code is pure python - so it should  
> be in non
> arch-specific python dir.
>
> Was this changed, and is this intentional?

Yes, Cython now uses itself to compile scanning.py (for speed) if  
possible. Eventually we hope to bootstrap even more. However, all the  
pure python code is still there and will work fine.

- Robert


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to