-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
New modularized distributions sagemath-{sirocco,bliss,meataxe,mcqd,coxeter3,tdlib} #35661
New modularized distributions sagemath-{sirocco,bliss,meataxe,mcqd,coxeter3,tdlib} #35661
Conversation
… Do not handle sagemath-bliss
…kages with extensions
….in and setup.cfgFix setup.py
I did not add anything to the main tree related to those. In the overlay I added libsirocco to support sirocco. I looked at the other optional packages (mcqd, coxeter3, tdlib) and cringed. I do not see them leaving "optional" any time soon. However, |
Done in 7c04f44. |
…ath_sirocco_and_sagemath_bliss SageMath version 10.1.beta7, Release Date: 2023-07-20
Let's get this in please |
63afbd4
to
9bb15bc
Compare
We definitely need this in before 10.1. This is a bit messy at the moment. I can deal with it for now but we have to do something about #35725 - any suggestions besides mine earlier? |
At the moment the modularized distributions do not guarantee disjointness – and there's no mechanism to check it. |
Thank you! |
Documentation preview for this PR (built with commit 9bb15bc; changes) is ready! 🎉 |
I have a problem that I am fairly sure I do not have with 10.0. There may be something I need to adjust. But now that this is merged I have separate sagemath-{bliss,..} package for develop like I have for "release" (10.0). I tried to install the brand new packages and bang:
Considering that I dealt with another file collision early on for 10.0 release, I am fairly sure I did not have this one before. Did we mess something up when we merged the upgrade for bliss?
I'll check my other system with 10.0 later today when I have access to it. |
Yes, there's clearly a mistake in the MANIFEST. I thought I had already fixed all of these, but I'll take another look. |
…s coxeter3, ... <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> These errors have started to show up after #35661 was merged. Optional packages such as `coxeter3` are installed as a side effect of testing distributions such as sagemath-coxeter. Hence the doctests marked `# optional - coxeter3` are activated. Here we ensure that the corresponding extension modules are also installed in the venv where the doctests run. <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36016 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Matthias Köppe
📚 Description
As reported by @kiwifb in https://groups.google.com/g/sage-release/c/BdHjadsnYUc/m/Qb1SVmn4AAAJ, the sagemath-standard-10.0 distribution does not include the file
src/sage/graphs/bliss.pyx
.We create separate distributions that ship the missing files:
📝 Checklist
⌛ Dependencies