Changes between Version 33 and Version 35 of Ticket #29022
- Timestamp:
- Jan 17, 2020, 7:46:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29022
-
Property
Commit
changed from
bba08ec0c8008f925643eaf56742115d83253e23
to7a435448517b4cae9825943447d2eaf77757a4a6
-
Property
Commit
changed from
-
Ticket #29022 – Description
v33 v35 21 21 '/Users/mkoeppe/s/sage/sage-rebasing/worktree-algebraic-2018-spring/local' 22 22 >>> import sage.all 23 >>> 23 >>> sage.all.maxima('1') 24 1 24 25 }}} 25 26 - To support #29013/#27824: spkg-configure.m4 for python3 26 27 - To make it possible for distributions to use a stock `src/sage/env.py` (providing a custom `src/sage/env_conf.py`). 27 28 28 In a first step, we just set `SAGE_LOCAL` , 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); and later packages' `spkg-configure` might be setting `MATHJAX_DIR` etc. 29 30 30 31 In a follow-up ticket, `src/sage/env_config.py` would actually be generated by `src/setup.py`, not `configure`.