Changes between Version 14 and Version 21 of Ticket #21480
- Timestamp:
- 09/14/16 02:18:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21480
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
e399bf41d805da7ea602daa5b554e0c7ecf2e7b5
toa73fa065f5030c3b260c04a7e36867fd7f89362f
-
Property
Status
changed from
-
Ticket #21480 – Description
v14 v21 8 8 - Documentation on distutils (https://docs.python.org/2/install/), describing use of `--build-base` to do VPATH builds. 9 9 - `pip install` keeps the source directory clean, building instead in a temporary directory, by copying the sources. 10 `pip install` also offers options `--build` to select a build directory (though it seems as if it does not work with all packages). However,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 this10 `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 11 11 - #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.