#10285: Adding support to an ARM processor
----------------------+-----------------------------------------------------
Reporter: Snark | Owner: GeorgSWeber
Type: defect | Status: needs_info
Priority: major | Milestone:
Component: build | Keywords: ARM
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------+-----------------------------------------------------
Comment(by dimpase):
Replying to [comment:25 Snark]:
> I managed to find the trail again by checking which packages depend on
pynac in spkg/standard/deps : none. So I turned to sage-4.6, where I found
: py_funcs.py_tgamma = &py_tgamma, implemented in
./sage/symbolic/pynac.pyx, where as far as I understand, since float(6) is
a float, I guess the type checking leads me to sage_tgammal, which is
defined in ./sage/symbolic/pynac_cc.h ; since I'm not running cygwin, this
function is just calling tgammal... which is in math.h.
can you insert printfs in sage/symbolic/pynac_cc.h to see how sage_tgammal
is actually called, with which parameters, what it returns, etc? (don't
forget to run "sage -b" after the change...)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10285#comment:33>
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.