#9277: Flint's spkg-check file does not work on 64-bit (SAGE64 only works on OS
X)
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.4
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by drkirkby):
* status: new => needs_review
* milestone: => sage-4.4.4
Comment:
Here's an updated package
http://boxen.math.washington.edu/home/kirkby/patches/flint-1.5.0.p5.spkg
which has a trivial fix to remove the OS X restriction.
It was also desirable to remove these 3 lines from spkg-install, since if
SAGE_CHECK was set to yes, the test suite got executed twice, which just
wastes time.
{{{
if [ "$SAGE_CHECK" = "yes" ]; then
cd ..; ./spkg-check
fi
}}}
After that change, on my Sun Ultra 27 running !OpenSolaris x64, the test
suite builds, runs once, and passes all the tests.
{{{
Testing zmod_poly_factor()... Cpu = 2060 ms Wall = 2061 ms ... ok
Testing zmod_poly_2x2_mat_mul_classical_strassen()... Cpu = 330 ms Wall =
326 ms ... ok
Testing zmod_poly_2x2_mat_mul()... Cpu = 1070 ms Wall = 1073 ms ... ok
All tests passed
Testing zmod_mat_row_reduce_gauss()... Cpu = 470 ms Wall = 473 ms ... ok
All tests passed
Testing ZZ_to_fmpz()... Cpu = 530 ms Wall = 536 ms ... ok
Testing ZZ_to_F_mpz()... Cpu = 460 ms Wall = 457 ms ... ok
Testing ZZX_to_fmpz_poly()... Cpu = 1710 ms Wall = 1710 ms ... ok
All tests passed
Now cleaning up tmp files.
rm: Cannot remove any directory in the path of the current working
directory
/export/home/drkirkby/sage-4.4.4.alpha1/spkg/build/flint-1.5.0.p5
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing flint-1.5.0.p5.spkg
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9277#comment:2>
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.