William Stein wrote:
If SAGE_CHECK is set, then spkg-check is run after spkg-install
succeeds. If spkg-check exists with a nonzero exit status, then the
build stops with an error. That's all SAGE_CHECK does.
William
Is there a need to have a separate file for spkg-check, rather than just:
if [ "x$SAGE_CHECK" = xyes ] ; then
make check
if [ $? -ne 0 ]; then
echo "Error while testing iconv"
exit 1
fi
fi
in spkg-install?
Dave
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org