-
-
Notifications
You must be signed in to change notification settings - Fork 491
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 system package scripts #33873
Comments
Author: Matthias Koeppe |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:6
how can one test that? |
comment:7
For example, on a Linux machine using |
comment:8
#33819 also makes (limited) use of it |
comment:9
Replying to @mkoeppe:
how about something without |
comment:10
I tried |
Reviewer: Dima Pasechnik |
comment:11
Thanks! |
comment:12
Replying to @dimpase:
I think this does not actually invoke the package scripts at all, but you can do |
comment:13
why is |
comment:14
Replying to @mkoeppe:
the error is coming very soon:
|
comment:15
Replying to @dimpase:
These tox environments are primarily for use on containers to install system packages. It's not intended to be user-facing. One use is in .github/workflows/ci-wsl.yml |
Changed branch from u/mkoeppe/refactor_system_package_scripts to |
We extend the scripts
sage-get-system-packages
andsage-print-system-package-command
:When
system=auto
, they now invokesage-guess-package-system
.sage-print-system-package-command
gets a new option--spkg
; then it invokessage-get-system-packages
.This simplifies some uses.
CC: @dimpase
Component: scripts
Author: Matthias Koeppe
Branch/Commit:
d75da7e
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/33873
The text was updated successfully, but these errors were encountered: