#13126: Update and clean up openssl
-------------------------------------+--------------------------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.1
Component: optional packages | Resolution:
Keywords: openssl | Work issues:
Report Upstream: N/A | Reviewers:
Authors: John Palmieri | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by kcrisman):
{{{
if [ "$SAGE_LOCAL" = "" ]; then
echo "SAGE_LOCAL undefined ... exiting";
}}}
etc., probably ok, but
[http://www.sagemath.org/doc/developer/producing_spkgs.html#section-spkg-
install the developer guide] has
{{{
if [ -z "$SAGE_LOCAL" ]; then
echo >&2 "SAGE_LOCAL undefined ... exiting"
echo >&2 "Maybe run 'sage --sh'?"
exit 1
fi
}}}
not that I want to hold up #11080 at all.
Also, I really didn't understand the very long discussion about licensing
at #11080 at all - but I assume that this will be an ''optional'' spkg,
only needed if one's computer doesn't have openssl dev "headers" and wants
to build from scratch and/or use the OpenID logins?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13126#comment:11>
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.