Changes between Initial Version and Version 6 of Ticket #28815
- Timestamp:
- 05/17/20 17:45:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28815
- Property Cc isuruf jhpalmieri added
-
Property
Summary
changed from
Don't pass SAGE_PKGS to src/setup.py. Replace OptionalExtension(...., package=....) by condition=Feature.is_present(),
toMeta-ticket: Don't pass SAGE_PKGS to src/setup.py. Replace OptionalExtension(...., package=....) by condition=Feature.is_present(),
-
Property
Milestone
changed from
sage-9.0
tosage-9.2
-
Ticket #28815 – Description
initial v6 1 Follow-up from #25828, where the `bliss` package is handled in this way. 1 Tickets: 2 - #25828 (`bliss`) 2 3 4 Alternative approaches: 5 - #29701 Meta-ticket: Replace use of OptionalExtension by namespace packages 6 - #29119 Add an autoconf configure script for sagelib 7