#18825: cython() command does not find ginac_wrap.h
----------------------------------+------------------------
Reporter: jdemeyer | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.8
Component: cython | Resolution:
Keywords: | Merged in:
Authors: Jeroen Demeyer | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
----------------------------------+------------------------
Comment (by jdemeyer):
No, the fix is trivial:
{{{
#!diff
diff --git a/src/sage/symbolic/ginac.pxd b/src/sage/symbolic/ginac.pxd
index 9fa7982..a3e8788 100644
--- a/src/sage/symbolic/ginac.pxd
+++ b/src/sage/symbolic/ginac.pxd
@@ -18,7 +18,7 @@
from cpython cimport PyObject
-cdef extern from "ginac_wrap.h":
+cdef extern from "sage/symbolic/ginac_wrap.h":
void ginac_pyinit_Integer(object)
void ginac_pyinit_Float(object)
void ginac_pyinit_I(object)
}}}
But I am looking for other instances of the same problem.
--
Ticket URL: <http://trac.sagemath.org/ticket/18825#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.