-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
tox.ini, build/bin/write-dockerfile.sh: Simplify by using new options of "sage -package list" #30951
Comments
Commit: |
Author: Matthias Koeppe |
Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Ready for review |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:9
Something is weird, I can not get the documentation to build, I get:
probably it has nothing to do with the current ticket, but the error stays after |
comment:10
I don't think that this ticket should affect docbuilding in any way. |
comment:11
I also tested archlinux and fedora with the command given in the current ticket description:
and
|
comment:12
Thank you! |
Reviewer: Sébastien Labbé |
On this ticket, we simplify the code for portability testing using the new options of
sage -package list
introduced in #30865.The simplifications to
build/bin/write-dockerfile.sh
are similar to those done in #30947 forsrc/doc/bootstrap
.The changes to
tox.ini
are to redefine the package configurations-minimal
,-standard
,-maximal
using a variableSAGE_PACKAGE_LIST_ARGS
- which is passed tosage -package list
to obtain a list of packages. (For-minimal
, we useSAGE_PACKAGE_LIST_ARGS=_prereq
, which produces the empty package list;_prereq
is in anticipation of #29124, which creates a script package by this name.)To test, use for example
Depends on #30865
Depends on #30923
CC: @tobiasdiez @seblabbe @kliem
Component: porting
Author: Matthias Koeppe
Branch/Commit:
8a575d4
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/30951
The text was updated successfully, but these errors were encountered: