#5396: Wrapping lcalc library
-----------------------------+----------------------------------------------
Reporter: rishi | Owner: Rishi
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.3.1
Component: number theory | Keywords: lcalc
Work_issues: | Author: rishi, ylchapuy
Upstream: N/A | Reviewer: John Cremona
Merged: |
-----------------------------+----------------------------------------------
Changes (by rlm):
* status: positive_review => needs_work
Comment:
After building `lcalc-1.23.spkg` and applying `trac_5396-refactor.patch`
and `trac_5396-review.patch`, I get the following failures:
{{{
sage -t -long devel/sage-main/sage/plot/line.py # 1 doctests
failed
sage -t -long devel/sage-
main/sage/schemes/elliptic_curves/lseries_ell.py # 6 doctests failed
sage -t -long devel/sage-
main/sage/schemes/elliptic_curves/ell_rational_field.py # 3 doctests
failed
sage -t -long devel/sage-main/sage/lfunctions/lcalc.py # 3
doctests failed
}}}
For example:
{{{
sage -t -long sage/plot/line.py
**********************************************************************
File "/virtual/scratch/rlm/sage-4.3.1.alpha2/devel/sage-
main/sage/plot/line.py", line 375:
sage: vals = E.lseries().values_along_line(1-I, 1+10*I, 100) #
critical line
Expected nothing
Got:
lcalc: You need to uncomment the line: PARI_DEFINE = -DINCLUDE_PARI
lcalc: in the Makefile and do: 'make clean', then 'make' if you wish
to use
lcalc: elliptic curve L-functions. Requires that you already have
pari installed
lcalc: on your machine.
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5396#comment:39>
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.