Changes between Version 1 and Version 9 of Ticket #28752
- Timestamp:
- 10/30/20 23:24:11 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28752
- Property Keywords conda added
-
Property
Milestone
changed from
sage-9.0
tosage-9.3
-
Ticket #28752 – Description
v1 v9 1 1 The goal of this ticket is to make sagelib (i.e., subdirectory `SAGEROOT/src`) pip-installable when all required packages are provided by the conda distribution -- just through `SAGEROOT/src/setup.py` and completely bypassing all sage-the-distribution scripts (top-level `SAGEROOT/Makefile` and `SAGEROOT/build`. 2 2 3 * Add `SAGEROOT/src/environment.yml` - describes all conda packages needed for installing sagelib for doing sagelib development (this is different from `SAGEROOT/environment.yml`introduced in #28745)3 * #28745: Add `SAGEROOT/src/environment.yml` - describes all conda packages needed for installing sagelib for doing sagelib development (this is a superset of `SAGEROOT/environment.yml`, also introduced in #28745) 4 4 * #21569: Install `src/bin/*` scripts via `setup.py` (`scripts`, `console_scripts`) 5 5 * #21785: Installation of `SAGE_SRC/ext/` in `SAGE_LOCAL/share/sage/ext/` should be done by `setup.py`, not `build/make/Makefile`