-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[with patch and spkg] basic arithmetic using FLINT is broken (very serious!) #6919
Comments
comment:2
|
Attachment: trac_6919.patch.gz |
Author: Mike Hansen |
comment:3
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. |
comment:4
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. |
comment:5
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. |
comment:6
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:
|
comment:7
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 |
comment:9
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
The text was updated successfully, but these errors were encountered: