Changes between Version 11 and Version 15 of Ticket #29847
- Timestamp:
- 06/14/20 05:34:56 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29847
-
Property
Commit
changed from
to
4a9dd3ad8c103784403e8ecce172427b2f5c0eff
-
Property
Dependencies
changed from
#29702, #29706, #29785
to#29702, #29706, #29785, #29855
-
Property
Branch
changed from
to
u/mkoeppe/install_sage_setup_with_pip__move_sage_include_directories__cython_aliases_from_sage_env_to_sage_setup
-
Property
Commit
changed from
-
Ticket #29847 – Description
v11 v15 10 10 ... by moving the functions `sage_include_directories`, `cython_aliases` to `sage_setup` (and leave a perhaps deprecated reimport behind). Should be done after #29706, #29785, which touch these functions. 11 11 12 ... and remove the use of `SAGE_INC` by using instead the environment variables set in `sage-build-env-config` ( as noted in#29711).12 ... and remove the use of `SAGE_INC` by using instead the environment variables set in `sage-build-env-config` (this is #29855; see also #29711). 13 13 14 14 Harmless dependencies on `sage.*`: