#11080: move notebook to flask/wsgi-based notebook
-----------------------------------------------------------------------+----
Reporter: jason |
Owner: jason, mpatel, was
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):
OK, so the following text appears in the pyOpenSSL INSTALL file:
{{{
If your OpenSSL header files aren't in /usr/include, you may need to
supply
the -I flag to let the setup script know where to look. The same goes for
the
libraries of course, use the -L flag. Note that build won't accept these
flags, so you have to run first build_ext and then build! Example:
$ python setup.py build_ext -I/usr/local/ssl/include
-L/usr/local/ssl/lib
$ python setup.py build
}}}
So that's why pyOpenSSL isn't seeing the dev headers that are installed by
the OpenSSL package. That means we should make a separate pyOpenSSL SPKG
and micromanage the build process as described above. (Judging by comments
above, I guess one already exists, and so it just needs to be modified.)
By the way, can we really distribute OpenSSL as an optional SPKG? Doesn't
that count as distributing it with Sage? Sure, it's not shipped literally
''with'' Sage... well, I don't know.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:199>
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.