Changes between Version 12 and Version 17 of Ticket #29054
- Timestamp:
- 04/14/20 06:27:10 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29054
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Commit
changed from
d4d832dc4f5fa3eee0d7ddf6ecac9717f1a17a9a
to9de47089141f6eed6a2c5a8725778aec6f924ab4
-
Property
Status
changed from
-
Ticket #29054 – Description
v12 v17 1 We add the lists of system packages in `distros/` of a new script package `perl_cpan_polymake_prereq` (a new dependency of `polymake`) with an `spkg-configure.m4` that checks for the prerequisites and an `spkg-install` that always fails. 1 We add the lists of system packages providing polymake's Perl prerequisites 2 so that `./configure` will include them in the list of suggested packages. 2 3 3 Simpler than #27763 and more reliable than depending on users reading `build/pkgs/polymake/SPKG.txt` 4 At least for the distributions that provide these packages, this is more reliable than depending on users reading `build/pkgs/polymake/SPKG.txt`. 4 5 6 This is achieved by adding them in `distros/` of a new script package `perl_cpan_polymake_prereq` (a new dependency of `polymake`) with an `spkg-configure.m4` that checks for the prerequisites and an `spkg-install` that always fails. 7 8 (See also the more ambitious #27763, which will not be ready for 9.1.) 9