Changes between Version 35 and Version 36 of Ticket #29022
- Timestamp:
- Jan 17, 2020, 8:29:39 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29022 – Description
v35 v36 27 27 - To make it possible for distributions to use a stock `src/sage/env.py` (providing a custom `src/sage/env_conf.py`). 28 28 29 In a first step, we just set `SAGE_LOCAL` and `MAXIMA` (to the location of the `maxima` binary), but also `SAGE_ROOT` could be added (for developer conveniences such as sage.misc.edit_module ); and later packages' `spkg-configure` might be setting `MATHJAX_DIR` etc.29 In a first step, we just set `SAGE_LOCAL` and `MAXIMA` (to the location of the `maxima` binary), but also `SAGE_ROOT` could be added (for developer conveniences such as sage.misc.edit_module; see also #25486); and later packages' `spkg-configure` might be setting `MATHJAX_DIR` etc. 30 30 31 31 In a follow-up ticket, `src/sage/env_config.py` would actually be generated by `src/setup.py`, not `configure`.