Changes between Version 114 and Version 126 of Ticket #21480
- Timestamp:
- 09/29/16 15:30:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21480
-
Property
Status
changed from
needs_review
topositive_review
-
Property
Status
changed from
-
Ticket #21480 – Description
v114 v126 16 16 - `pip install` keeps the source directory clean, building instead in a temporary directory, by copying the sources. 17 17 `pip install` also offers options `--build` to select a build directory, but there are some pip issues: [https://github.com/pypa/pip/issues/2060 2060], [https://github.com/pypa/pip/issues/2053 2053], [https://github.com/pypa/pip/issues/804 804] that affect this 18 - #14807 has some tricks to making VPATH builds work without copying all python source files. But it uses automake instead of setup. py; we will not do this in our ticket.18 - #14807 has some tricks to making VPATH builds work without copying all python source files. But it uses automake instead of setup.sh; we will not do this in our ticket.