#20107: Add optional gap3_jm package
-------------------------------------+-------------------------------------
Reporter: stumpc5 | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-7.1
Component: packages: | Resolution:
optional | Merged in:
Keywords: | Reviewers:
Authors: | Work issues:
Report Upstream: N/A | Commit:
Branch: u/stumpc5/20107 | af253f74be7e3a1091eceb512a44bcb7656d1f26
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by SimonKing):
Replying to [comment:70 stumpc5]:
> > You need to check for errors in `spkg-install`.
>
> If you mean that the package didn't install, this was due to my wrong
tarball. Otherwise, I don't know what you mean here.
For example:
{{{
if [ "x$SAGE_CHECK" = xyes ]; then
$MAKE check
else
$MAKE install
fi
if [ $? -ne 0 ]; then
echo >&2 "Error installing Foo."
exit 1
fi
}}}
The check for errors is in the last "if"-clause. Without that text, the
install script would report a successful installation of the package, even
if building or testing it gave an error.
--
Ticket URL: <http://trac.sagemath.org/ticket/20107#comment:72>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.