-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Refactor bootstrap
, bootstrap-conda
, m4/sage_spkg_collect.m4
, sage-spkg-info
through sage --package properties
, sage-get-system-packages
#37430
Merged
vbraun
merged 17 commits into
sagemath:develop
from
mkoeppe:bootstrap_use_sage_package_properties
Jun 22, 2024
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
77cb984
m4/sage_spkg_collect.m4: Handle wheel packages like normal packages
mkoeppe 8ed04e0
m4/sage_spkg_collect.m4: Use 'sage-package properties' to get versions
mkoeppe 4a4ada7
bootstrap: Simplify by using 'sage-package properties'
mkoeppe 39e7f76
m4/sage_spkg_collect.m4: Fix handling of missing package dirs (test: …
mkoeppe 9f070b7
Repair 'bootstrap -D'
mkoeppe 4ea08d1
bootstrap: Use 'sage -package update' to update the configure tarball…
mkoeppe 8899b28
bootstrap -D: Simplify using 'sage-package download'
mkoeppe d3a655c
bootstrap: Remove use of CONFVERSION
mkoeppe de356d3
m4/sage_python_package_check.m4: Replace direct access to version_req…
mkoeppe 8f43af8
build/bin/sage-get-system-packages: Restore correct search order for …
mkoeppe 4a08dbc
build/bin/sage-spkg-info: Show versions using new command 'sage-get-s…
mkoeppe 6d96302
m4/sage_python_package_check.m4: Update doc to mention src/pyproject.…
mkoeppe 642cb0d
m4/sage_spkg_collect.m4: Repair dependencies
mkoeppe ceed17e
build/bin/sage-spkg-info: Fix rst format
mkoeppe c13b3db
build/bin/sage-get-system-packages versions: Fix for jupyter_core, br…
mkoeppe ef04f80
m4/sage_python_package_check.m4: Fix typo in comment
mkoeppe 2dcb369
bootstrap: Fix -u
mkoeppe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a good idea to tie bootstrap conda even closer to the sage-the-distribution scripts. Please revert the changes in the bootstrap-conda file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nonsense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkoeppe could you elaborate why this is "nonsense" from your point of view?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR replaces direct access to the files in
build/pkgs
(an implementation detail of the sage-bootstrap package) by access through a script of the sage-bootstrap package. Such refactoring does not "tie bootstrap closer to sage-the-distribution scripts".