-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
src/setup.py: Replace use of is_package_installed_and_updated by sage_conf or features #28815
Comments
Dependencies: #25828 |
comment:2
Ticket retargeted after milestone closed |
This comment has been minimized.
This comment has been minimized.
Changed dependencies from #25828 to none |
This comment has been minimized.
This comment has been minimized.
Dependencies: #30779 |
This comment has been minimized.
This comment has been minimized.
comment:10
Hoping we can make progress on this ticket this week - https://wiki.sagemath.org/days111 |
Changed keywords from none to sd111 |
comment:11
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
Closing. We'll replace it by building and installing the packages sagemath-bliss, .... etc. instead. |
Currently (after #29701),
src/setup.py
determines what "distributions" to build usingis_package_installed_and_updated
, which inspects the installation records found in$SAGE_SPKG_INST
=$SAGE_LOCAL/var/lib/sage/installed
and also the information in$SAGE_PKGS
=$SAGE_ROOT/build/pkgs
.Instead, we make it configurable via
sage_conf
, falling back to testing features.(Note that after #30779,
src/setup.py
is intended to be invoked by the user for user-defined venvs, and is separate frombuild/pkgs/sagelib/setup.py
, which is used by the Sage distribution.)Alternative approach:
sagelib
Depends on #30779
CC: @jdemeyer @antonio-rojas @kiwifb @dimpase @embray @timokau @isuruf @jhpalmieri
Component: build
Keywords: sd111
Issue created by migration from https://trac.sagemath.org/ticket/28815
The text was updated successfully, but these errors were encountered: