#6282: [with patch; needs review] document SAGE_CHECK
-------------------------+--------------------------------------------------
Reporter: was | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0.2
Component: build | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Old description:
> Add the following to the SAGE_ROOT/README.txt, since right now the
> SAGE_CHECK flag is totally undocumented:
>
> {{{
> If you want to run the test suite for each individual spkg as it is
> installed, do
>
> export SAGE_CHECK="yes"
>
> before starting the Sage build. This will run each test suite, and will
> raise an error if any failures occur.
> }}}
New description:
Add the following to the SAGE_ROOT/README.txt, since right now the
SAGE_CHECK flag is totally undocumented:
{{{
If you want to run the test suite for each individual spkg as it is
installed, do
export SAGE_CHECK="yes"
before starting the Sage build. This will run each test suite, and will
raise an error if any failures occur.
}}}
The above should be added to step 3 in MORE DETAILED INSTRUCTIONS in the
README.txt:
{{{
3. Extract the sage source tarball, cd into a directory
with no spaces in it. If you have a machine with
n processors, say, type
export MAKE="make -j4"
To start the build type
make
If you want to run the test suite for each
individual spkg as it is installed, type
export SAGE_CHECK="yes"
before starting the Sage build. This will
run each test suite, and will raise an error
if any failures occur.
}}}
--
Comment(by was):
The "patch" is just the text in the description, which must be manually
added to the README.txt by the release manager who closes this ticket.
Refereeing this means reading the text and making sure there are no typos
and that it is not stupid.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6282#comment:1>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---