#12579: mechanism to skip self-tests for certain spkgs
---------------------------+------------------------------------------------
Reporter: jhpalmieri | Owner: GeorgSWeber
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-5.0
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: John Palmieri
Merged: | Dependencies:
---------------------------+------------------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
As for implementation: the second variable (call it `SAGE_CHECK_PACKAGES`
or something) should change the environment variable `SAGE_CHECK`
accordingly, before running `spkg-install`. The new GCC spkg uses
`SAGE_CHECK` in its `spkg-install` and it makes sense to allow that.
Example:
{{{
SAGE_CHECK_PACKAGES="!python,mpir,mpfr"
}}}
would '''always''' check mpir and mpfr, regardless of `SAGE_CHECK` but
would '''never''' check python, regardless of `SAGE_CHECK`.
The default should be
{{{
SAGE_CHECK_PACKAGES="!python"
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12579#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.