Changes between Initial Version and Version 7 of Ticket #28095
- Timestamp:
- 01/22/20 22:08:14 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28095
-
Property
Commit
changed from
to
cf5607e42f491164219c464ce78c260157b403b8
-
Property
Branch
changed from
to
u/mkoeppe/add___enable_optionalspkg_options_to_configure
-
Property
Milestone
changed from
sage-8.9
tosage-9.1
-
Property
Commit
changed from
-
Ticket #28095 – Description
initial v7 1 This ticket adds options such as `--enable-lrslib`, `--enable-topcom` for all optional and experimental packages to `configure`. 1 This ticket adds options such as `--enable-lrslib`, `--enable-topcom` for all optional and experimental packages to `configure`. As per `configure --help`: 2 {{{ 3 ... 4 --enable-lie={no|if_installed|yes} 5 enable build and use of the experimental package lie 6 (default: "if_installed") 7 package information: ./sage -info lie 8 --disable-lie disable build and uninstall if previously installed 9 by Sage in PREFIX; same as --enable-lie=no 10 ... 11 }}} 2 12 3 13 Subsequent `make` will then install these packages.