Changes between Initial Version and Version 1 of Ticket #21480, comment 77
- Timestamp:
- 09/16/16 17:14:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21480, comment 77
initial v1 1 For this ticket, can you please keep `SAGE_CYTHONIZED` independent of `--build-base` (and set them both from the common environment variable you mention in [comment:72]). 1 For this ticket, can you please keep `SAGE_CYTHONIZED` independent of `--build-base` (and set them both from the common environment variable you mention in [comment:72]). That will also solve the doctest failures from [comment:68]. 2 2 3 3 The current code which figures out `SAGE_CYTHONIZED` from the command line is quite ugly and fragile. I think that we can do a bigger reorganization of `setup.py` which will make things simpler. Also Cython 0.25 (not released yet) has some potential to simplify cythonization.