Changes between Version 13 and Version 15 of Ticket #29124
- Timestamp:
- 11/24/20 01:31:59 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29124
- Property Cc slabbe added
-
Property
Summary
changed from
Add script packages build/pkgs/_prereq, build/pkgs/_toolchain, build/pkgs/_bootstrap
toAdd script packages build/pkgs/_prereq, build/pkgs/_bootstrap
-
Property
Dependencies
changed from
#29557
to#30951, #30947
-
Ticket #29124 – Description
v13 v15 1 As a follow-up to #29053 .1 As a follow-up to #29053, we move the `build/pkgs/*.txt` files to a more systematic location. This will simplify some scripts. 2 2 3 - `build/pkgs/_prereq/distros/debian.txt` etc. - would record the minimal requirements (system packages) for installing from source. (to replace the current `build/pkgs/debian.txt`) 4 - `build/pkgs/_bootstrap/distros/debian.txt` etc. - would record the additional requirements for running `./bootstrap` (to replace the current `build/pkgs/debian-bootstrap.txt`) 5 - `build/pkgs/_toolchain/deps` - to replace some special Makefile targets currently in `build/make/deps`. 3 - `build/pkgs/_prereq/distros/debian.txt` etc. - records the minimal requirements (system packages) for installing from source. (we move the current `build/pkgs/debian.txt` etc. there) 4 - `build/pkgs/_bootstrap/distros/debian.txt` etc. - would record the additional requirements for running `./bootstrap` (we move the current `build/pkgs/debian-bootstrap.txt` there) 6 5 7 6 Related: 8 7 - #28998: Add script-type _spkg_check package that installs tox, mock, pytest etc. 9 8 - #29557: `build/pkgs/_recommended` - records additional recommended packages such as texlive-xetex (see https://wiki.sagemath.org/prerequisites/Ubuntu) 9 10 Possible follow-up: 11 - `build/pkgs/_toolchain/dependencies` - to replace some special Makefile targets currently in `build/make/Makefile.in`. 12