Changes between Version 8 and Version 12 of Ticket #29864
- Timestamp:
- 09/10/20 05:37:43 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29864
-
Property
Dependencies
changed from
#28925, #29847
to#28925, #29500, #29847
-
Property
Commit
changed from
2ccf6b72ab85e3818053608514350b6049a9ca31
to59a33def20d5fb672b039f1513ae2643fe315ce5
-
Property
Dependencies
changed from
-
Ticket #29864 – Description
v8 v12 3 3 See build/pkgs/sage_tdlib/spkg-install for an overview of the intended implementation targeting Sage 9.3. 4 4 5 `sage-core` is a version of `sagelib` . We disable the incremental install mechanism of sagelib (`sage_setup.command.sage_install.sage_install_and_clean`) for `sage-core`; instead, we build a wheel for `sage-core` and a wheel for `sage-tdlib` and then install both wheels with `pip`.5 `sage-core` is a version of `sagelib` - as of this ticket, consisting of everything in `sagelib` except for `sage.graphs.graph_decompositions.tdlib`. 6 6 7 (`sagelib` vs. `sage-core` could either be implemented using separate directories, or using some command-line options for `setup.py install`.) 7 `sage-core` and `sage_tdlib` do not use the incremental install mechanism of sagelib (`sage_setup.command.sage_install.sage_install_and_clean`). They use a simple setuptools build system. 8 8 9 9