-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
At the end of configure, indicate which optional/experimental packages are configured to be installed #29363
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a follow-up on #28788, which implemented the current version of the "Build status for each package" displayed at the end of configure.
For an optional package that is not installed already, it displays a message like the following:
In this ticket, we change the message if the package has been configured to be installed.
To this end, we introduce the variable
SAGE_ENABLE_<SPKG>
for each optional/experimental SPKG. We alsoAC_SUBST
these variables for future use by the build system.CC: @dimpase @jhpalmieri @orlitzky @slel
Component: build: configure
Author: Matthias Koeppe
Branch/Commit:
22d7ae4
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29363
The text was updated successfully, but these errors were encountered: