Changes between Version 21 and Version 36 of Ticket #21480
- Timestamp:
- 09/14/16 21:16:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21480
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Commit
changed from
a73fa065f5030c3b260c04a7e36867fd7f89362f
toa854831e3274b69eadc52eb4642b8c0bd221a391
-
Property
Status
changed from
-
Ticket #21480 – Description
v21 v36 5 5 (`$SAGE_BUILD_DIR` defaults to `$SAGE_ROOT/var/tmp/sage/build/`) 6 6 7 As a second goal of this ticket, `setup.sh` is put in charge of ALL sagelib building. 8 7 9 Some possibly useful information: 8 10 - Documentation on distutils (https://docs.python.org/2/install/), describing use of `--build-base` to do VPATH builds.