Changes between Version 6 and Version 8 of Ticket #29864
- Timestamp:
- 09/09/20 01:43:30 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29864
- Property Cc gh-tobiasdiez added
-
Property
Dependencies
changed from
#28925
to#28925, #29847
-
Ticket #29864 – Description
v6 v8 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 n sdist for `sage-core` and an sdist for `sage-tdlib` and then install bothwith `pip`.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`. 6 6 7 7 (`sagelib` vs. `sage-core` could either be implemented using separate directories, or using some command-line options for `setup.py install`.)