Opened 15 years ago
Closed 15 years ago
#1244 closed defect (fixed)
update FLINT to r1075.p0, add spkg-check
Reported by: | mabshoff | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-2.8.14 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The current FLINT release (r1072) has some problems on Core Duos that only show with FLINT's extensive test suite.
In addition Bill wrote me:
Actually I've got no idea how to create an spkg-check script. But the things you would type at the command line, supposing you were in the FLINT source tree in the trunk directory are: make -Bj test ./mpn_extras-test ./ZmodF-test ./ZmodF_mul-test ./ZmodF_poly-test ./fmpz-test ./fmpz_poly-test
Those tests take about 6.5 minutes to run on sage.math, but we should run the tests per default for at least on release cycle (2.8.14) and disable them right before the final release. This will help Bill to shake out the last esoteric bug before the 1.0 release. The current Sage doctests don't even push the envelope.
Cheers,
Michael
Change History (6)
comment:1 Changed 15 years ago by
- Status changed from new to assigned
comment:2 Changed 15 years ago by
- Description modified (diff)
- Summary changed from update flint to r1075, add spkg-check to update FLINT to r1075, add spkg-check
comment:3 Changed 15 years ago by
- Milestone changed from sage-2.8.15 to sage-2.8.14
comment:4 Changed 15 years ago by
- Component changed from algebraic geometry to packages
comment:5 Changed 15 years ago by
- Summary changed from update FLINT to r1075, add spkg-check to update FLINT to r1075.p0, add spkg-check
Ok, Bill found a bug that cause memory leakes. Updated spkg is at
http://sage.math.washington.edu/home/mabshoff/flint-0.9-r1075.p0.spkg
Cheers,
Michael
comment:6 Changed 15 years ago by
- Resolution set to fixed
- Status changed from assigned to closed
Merged in 2.8.14.rc1. Various people reported that the spkg works.
Cheers,
Michael
Ok, spkg is at
http://sage.math.washington.edu/home/mabshoff/flint-0.9-r1075.spkg
The forced tests can take 15-30 minutes.
Cheers,
Michael