#11574: update M4RI to newest upstream release
---------------------------+------------------------------------------------
Reporter: malb | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Simon King | Author: Martin Albrecht
Merged: | Dependencies: #11261
---------------------------+------------------------------------------------
Comment(by SimonKing):
I did a forced new installation of the polybori spkg, then of the M4RI
spkg, and I also installed the patches. I get on mark:
{{{
sage: P.<a,b,c,d,e> = PolynomialRing(GF(2), 5, order='lex')
sage: I1 = ideal([a*b + c*d + 1, a*c*e + d*e, a*b*e + c*e, b*c + c*d*e +
1])
sage: B.<a,b,c,d,e> = BooleanPolynomialRing(5, order='lex')
sage: I2 = ideal([B(f) for f in I1.gens()])
sage: I2.groebner_basis()
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call
last)
/home/simonking/SAGE/sage-4.7.1.rc1mark/devel/sage-main/<ipython console>
in <module>()
/home/simonking/SAGE/sage-4.7.1.rc1mark/local/lib/python2.6/site-
packages/sage/rings/polynomial/pbori.so in
sage.rings.polynomial.pbori.BooleanPolynomialIdeal.groebner_basis
(sage/rings/polynomial/pbori.cpp:26221)()
RuntimeError: Segmentation fault
}}}
Of course, it could be that the problem comes from the polybori spkg. That
would be unfortunate, since it is already merged.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11574#comment:14>
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.