Changes between Version 70 and Version 75 of Ticket #21480
- Timestamp:
- 09/16/16 16:06:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21480 – Description
v70 v75 7 7 This ticket is meant as: 8 8 - preparation for VPATH builds of sage-the-distribution (#21469) 9 - working towards the goal of making `sagelib` pip-installable .9 - working towards the goal of making `sagelib` pip-installable -- see #21507 for the eventual goal of having sagelib on PyPI 10 10 11 11 More specifically, the goal of this ticket is that only SAGE_LOCAL needs to be set when the user does 'pip install' of the sagelib. (This ticket almost achieves this, except it also needs SAGE_PKGS to be set. The hope is that #20382 or a future ticket will develop a better mechanism to communicate package information to the build.)