#8262: developer's guide: document the variable SAGE_CHECK
---------------------------+------------------------------------------------
Reporter: mvngu | Owner: drkirkby
Type: enhancement | Status: closed
Priority: major | Milestone: sage-duplicate/invalid/wontfix
Component: documentation | Resolution: duplicate
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
---------------------------+------------------------------------------------
Comment(by mpatel):
Revisiting [comment:2 the comment above] for Sage 4.5, I get
{{{
#!sh
$ \ls -1 /path/to/sage-4.5/spkg/standard/*.spkg | awk '{print "tar jxvf
"$0}' > unpackem
$ . unpackem
$ egrep -A3 -B2 -i SAGE_CHECK\|spkg-check */spkg-install
cliquer-1.2.p5/spkg-install-fi
cliquer-1.2.p5/spkg-install-
cliquer-1.2.p5/spkg-install:if [ "$SAGE_CHECK" = "yes" ]; then
cliquer-1.2.p5/spkg-install- echo "Compiling and running the test cases
of cliquer..."
cliquer-1.2.p5/spkg-install-
cliquer-1.2.p5/spkg-install- make testcases
--
mpfr-2.4.2/spkg-install-# Do not bypass the checks, as some MPFR failures
mpfr-2.4.2/spkg-install-# have been observed, so MPFR should be carefully
tested.
mpfr-2.4.2/spkg-install:cd ..; ./spkg-check
--
mpir-1.2.2.p1/spkg-install-fi
mpir-1.2.2.p1/spkg-install-
mpir-1.2.2.p1/spkg-install:if [ "$SAGE_CHECK" = "yes" ]; then
mpir-1.2.2.p1/spkg-install: cd ..; ./spkg-check
mpir-1.2.2.p1/spkg-install-fi
}}}
If no one objects, I can open tickets for MPIR and Cliquer.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8262#comment:6>
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.