Closed williamstein closed 15 years ago
Bill Hart <goodwillhart@googlemail.com> wrote:
<snip>
> It was caused by a bug in the FLINT FFT (the first ever found). I
> tracked the bug down to a specific piece of code and David Harvey has
> supplied a fix. There will be a new version of FLINT to patch this
> bug.
Attachment: trac_6919.patch.gz
Author: Mike Hansen
I've attached a patch which makes sure that this bug is indeed fixed by FLINT 1.5.0. The spkg can be found at http://sage.math.washington.edu/home/mhansen/flint-1.5.0.p0.spkg . This spkg is based of 1.3.0.p3 that Ondrej did.
I posted another spkg that adds one critical Cygwin fix, namely naming the library libflint.dll instead of libflint.so:
http://sage.math.washington.edu/home/wstein/patches/flint-1.5.0.p1.spkg
It's based exactly on mhansen's spkg.
OS X 10.5, both 32-bit and 64-bit: first I applied the patch. This produced the doctest failure described in the ticket for the file libs/flint/flint.pyx. Then I did 'sage -f flint...' to install the new spkg . Then this file passed doctests.
New FLINT package up at
http://sage.math.washington.edu/home/mvngu/release/spkg/standard/flint-1.5.0.p2.spkg
The only change from .p1 is:
See palmieri's and my reports at #6849.
Merged: Sage 4.1.2.alpha3
Reviewer: John Palmieri, Minh Van Nguyen
Changed author from Mike Hansen to Mike Hansen, William Stein
There is no 4.1.2.alpha3. Sage 4.1.2.alpha3 was William Stein's release for working on making the notebook a standalone package.
Changed merged from Sage 4.1.2.alpha3 to Sage 4.1.2.alpha4
Mariah Lenox reported:
But
gives True. So this is definitely either a bug in FLINT (highly likely), or a bug in our wrapper (much less likely, since our wrapper is so generic:
}}}
CC: @wbhart @burcin
Component: basic arithmetic
Author: Mike Hansen, William Stein
Reviewer: John Palmieri, Minh Van Nguyen
Merged: Sage 4.1.2.alpha4
Issue created by migration from https://trac.sagemath.org/ticket/6919