#6053: Cython numpy broken in notebook
-----------------------+----------------------------------------------------
Reporter: ghtdak | Owner: jkantor
Type: defect | Status: new
Priority: minor | Milestone: sage-4.0
Component: numerical | Keywords: numpy, cython, notebook
-----------------------+----------------------------------------------------
in a notebook cell with
{{{
%cython
cimport numpy as np
}}}
an error is thrown because numpy/arrayobject.h isn't found by gcc. No
directive for the numpy include directories is part of the compiler
invocation.
the header path is:
$SAGE_LOCAL/lib/python2.5/site-
packages/numpy/core/include/numpy/arrayobject.h
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6053>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---