#11080: move notebook to flask/wsgi-based notebook
-----------------------------------------------------------------------+----
Reporter: jason |
Owner:
Type: enhancement |
Status: needs_work
Priority: blocker |
Milestone: sage-5.1
Component: notebook |
Resolution:
Keywords: sd31 sd35.5 | Work
issues:
Report Upstream: N/A |
Reviewers: Rado Kirov, Dan Drake, Jason Grout
Authors: Mike Hansen, Rado Kirov, William Stein, Jason Grout |
Merged in:
Dependencies: #11078, #11874, #12229, #11503, #12327 |
Stopgaps:
-----------------------------------------------------------------------+----
Comment (by kini):
I would like to use systemwide headers if at all possible. Otherwise we
are basically requiring people to install the OpenSSL SPKG, which means
that we must make the OpenSSL SPKG standard, which is not possible. I
don't see a way to use $SAGE_LOCAL/include as a ''fallback only'', other
than just putting
{{{
#!sh
if [ ! -d /usr/include/openssl ]; then
python setup.py build_ext -I"$SAGE_LOCAL"/include -L"$SAGE_LOCAL"/lib
else
python setup.py build_ext
fi
}}}
in an spkg-install script somewhere. That's why I elected to do so in the
pyOpenSSL SPKG. I could as well do so in the sagenb SPKG, but that would
involve unpacking the pyOpenSSL tarball that's there and messing around
with it instead of using easy_install. This way we can make the pyOpenSSL
SPKG standard and make the OpenSSL SPKG optional, and still tell people we
prefer them to install OpenSSL dev headers systemwide.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:212>
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.