#13339: wrapper_*.pyx fail to build on Cygwin
-------------------------------------+--------------------------------------
Reporter: jpflori | Owner: tbd
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.3
Component: cygwin | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jean-Pierre Flori | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Changes (by dimpase):
* status: needs_review => needs_work
Comment:
I tried this on (upgraded from Sage 5.2) Sage 5.3.rc0, and got
{{{
sage -t --long -force_lib devel/sage/sage/ext/gen_interpreters.py
**********************************************************************
File "/tmp/sage-5.2/devel/sage-main/sage/ext/gen_interpreters.py", line
2530:
sage: print interp.h_header
Expected:
#include <mpfr.h>
Got:
<BLANKLINE>
#include <mpfr.h>
<BLANKLINE>
extern int rr_py_call_helper(PyObject*, PyObject*, int, mpfr_t*,
mpfr_t*);
<BLANKLINE>
**********************************************************************
File "/tmp/sage-5.2/devel/sage-main/sage/ext/gen_interpreters.py", line
3353:
sage: print rdf_interp_h
Expected:
/* Automatically generated by ext/gen_interpreters.py. Do not edit!
*/
#include <Python.h>
Got:
/* Automatically generated by ext/gen_interpreters.py. Do not edit!
*/
#include <Python.h>
<BLANKLINE>
#include <gsl/gsl_math.h>
<BLANKLINE>
double interp_rdf(double* args,
double* constants,
PyObject** py_constants,
double* stack,
int* code);
<BLANKLINE>
... and more similar failures in this file, 5 in total...
}}}
Please have a look.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13339#comment:14>
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.