[Cython] cython-0.9.8 installs into python arch-specific dir?

Neal Becker ndbecker2 at gmail.com
Fri Jun 13 23:15:11 CEST 2008


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?



More information about the Cython-dev mailing list