We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For a long time now, the Makefile ensures that packages are automatically reinstalled when the version in build/pkgs/SPKG/package-version.txt changes.
build/pkgs/SPKG/package-version.txt
Thus we now remove the check whether the installed package version is current from sage.doctest.control and sage_setup (ex OptionalExtension code).
sage.doctest.control
sage_setup
OptionalExtension
This simplifies the code, and in particular removes the direct reading of build/pkgs/ from sagelib.
build/pkgs/
CC: @dimpase @jhpalmieri @kiwifb
Component: build
Keywords: sd111
Branch: u/mkoeppe/sage_doctest_control__sage_setup__do_not_check_versions_of_installed_packages
Issue created by migration from https://trac.sagemath.org/ticket/30848
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hoping we can make progress on this ticket this week - https://wiki.sagemath.org/days111
Changed keywords from none to sd111
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
Completed in #37857
No branches or pull requests
For a long time now, the Makefile ensures that packages are automatically reinstalled when the version in
build/pkgs/SPKG/package-version.txt
changes.Thus we now remove the check whether the installed package version is current from
sage.doctest.control
andsage_setup
(exOptionalExtension
code).This simplifies the code, and in particular removes the direct reading of
build/pkgs/
from sagelib.CC: @dimpase @jhpalmieri @kiwifb
Component: build
Keywords: sd111
Branch: u/mkoeppe/sage_doctest_control__sage_setup__do_not_check_versions_of_installed_packages
Issue created by migration from https://trac.sagemath.org/ticket/30848
The text was updated successfully, but these errors were encountered: