#6648: [with patch, needs review] adds riemann mapping and complex interpolation
-------------------------+--------------------------------------------------
Reporter: evanandel | Owner: evanandel
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.1
Component: calculus | Keywords: complex
Reviewer: | Author: Ethan Van Andel
Merged: |
-------------------------+--------------------------------------------------
Comment(by wdj):
On an intel macbook running 10.4.11, I got this:
{{{
zeus:~/sagefiles/sage-4.1.1.alpha0 davidjoyner$ ./sage
----------------------------------------------------------------------
| Sage Version 4.1.1.alpha0, Release Date: 2009-07-22 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Loading Sage library. Current Mercurial branch is: rmap
sage: hg_sage.apply("/Users/davidjoyner/sagefiles/12659.patch")
cd "/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/devel/sage" && hg
status
/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/local/lib/python2.6/site-
packages/sage/misc/hg.py:240: DeprecationWarning: os.popen3 is deprecated.
Use the subprocess module.
x = os.popen3(s)
cd "/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/devel/sage" && hg
status
cd "/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/devel/sage" && hg
import "/Users/davidjoyner/sagefiles/12659.patch"
applying /Users/davidjoyner/sagefiles/12659.patch
sage:
Exiting SAGE (CPU time 0m0.18s, Wall time 0m45.59s).
zeus:~/sagefiles/sage-4.1.1.alpha0 davidjoyner$ ./sage -br
----------------------------------------------------------
sage: Building and installing modified Sage library files.
Installing c_lib
scons: `install' is up to date.
Updating Cython code....
Building modified file sage/calculus/riemann.pyx.
Building modified file sage/calculus/interpolators.pyx.
python `which cython` --embed-positions --incref-local-binop
-I/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/devel/sage-rmap -o
sage/calculus/riemann.c sage/calculus/riemann.pyx
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef class Riemann_Map:
cdef int N, B, ncorners
cdef f
cdef opp
cdef double complex a
^
------------------------------------------------------------
/Users/davidjoyner/sagefiles/sage-4.1.1.alpha0/devel/sage-
rmap/sage/calculus/riemann.pyx:62:24: Syntax error in C variable
declaration
Error running command, failed with status 256.
sage: There was an error installing modified sage library code.
}}}
Any idea what the problem is?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6648#comment:2>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---