Changes between Version 2 and Version 4 of Ticket #29124
- Timestamp:
- 04/15/20 19:26:31 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29124
- Property Cc jhpalmieri added
-
Property
Milestone
changed from
sage-9.1
tosage-9.2
-
Property
Summary
changed from
Add script packages build/pkgs/_prereq, build/pkgs/_toolchain, build/pkgs/_bootstrap
toAdd script packages build/pkgs/_prereq, build/pkgs/_toolchain, build/pkgs/_bootstrap, _recommended
-
Ticket #29124 – Description
v2 v4 3 3 - `build/pkgs/_prereq/distros/debian.txt` etc. - would record the minimal requirements (system packages) for installing from source. (to replace #29053's file build/pkgs/debian.txt) 4 4 - `build/pkgs/_bootstrap/distros/debian.txt` etc. - would record the additional requirements for running `./bootstrap` (autotools and such) 5 - `build/pkgs/_ prereq_recommended` - records additional recommended packages such as texlive-xetex (see https://wiki.sagemath.org/prerequisitesUbuntu)5 - `build/pkgs/_recommended` - records additional recommended packages such as texlive-xetex (see https://wiki.sagemath.org/prerequisitesUbuntu) 6 6 - `build/pkgs/_toolchain/deps` - to replace some special Makefile targets currently in `build/make/deps`. 7 7