-
-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing Feature
s for optional and experimental SPKGs
#35856
Milestone
Comments
For a start I would take the databases, mathics, snappy and gap3. |
5 tasks
Thanks for opening this issue! For reference, here are a few related issues: |
Thanks! I added these to the header. |
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Jun 12, 2024
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Part of sagemath#35856 We also change how the SPKG index in the reference manual is generated. `index.rst` is now a static file that uses `.. include` directives to read in generated files `index_standard.rst`, `index_optional.rst`, etc. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#37858 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
Feature
s for optional and experimental SPKGs
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Jul 20, 2024
sagemathgh-37858: `sage.features.topcom` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Part of sagemath#35856 We also change how the SPKG index in the reference manual is generated. `index.rst` is now a static file that uses `.. include` directives to read in generated files `index_standard.rst`, `index_optional.rst`, etc. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#37858 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Matthias Köppe
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Jul 20, 2024
sagemathgh-38239: `sage.features.sat` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> Part of: - sagemath#35856 To be done in a follow-up: - Actually use `Executable.absolute_filename` when invoking the Dimacs solvers. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38239 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Sébastien Labbé
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Problem Description
According to #35820 (comment) this is needed to eliminate the use of
sage.misc.packages
from the doctester.Proposed Solution
Here are the lists we should work through:
A. Optional
sage.features.sat
#38239sage.features.sat
#38239build/pkgs/mathics
: Reduce to a pip package #37395sage.features.sat
#38239sage.features.sat
#38239sage.features.topcom
#37858B. Experimental
pygambit
(help wanted!) #37809C. Standard
These standard packages still have
optional
tags which should beremovedchanged to# needs
tags (– mkoeppe):# optional
to# needs
Alternatives Considered
The purpose of this issue is to track the progress on this task (similar to a Trac Meta-Ticket).
Related PR and issues
have_program
usage by Features #32957# optional
/# needs
tags are used #38217Additional Information
The above list of packages has been detected by the following script:
The text was updated successfully, but these errors were encountered: