#9475: update M4RI to newest upstream release
----------------------------------------------------------+-----------------
Reporter: malb | Owner: tbd
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-4.5.3
Component: packages | Keywords: M4RI,
spkg-check
Author: Martin Albrecht, Leif Leonhardy | Upstream: Not
yet reported upstream; Will do shortly.
Reviewer: Leif Leonhardy, David Kirkby, Mariah Lenox | Merged:
Work_issues: |
----------------------------------------------------------+-----------------
Comment(by malb):
{{{
while(it!=end){
Exponent e=*it;
from_term_map_type::const_iterator
from_it=eliminated2row_number.find(e);
assert(terms_as_exp_step1[row_start[from_it->second]]==e);
assert(from_it!=eliminated2row_number.end());
===> int index=from_it->second;//...translate e->line
number;
mzd_write_bit(mat_step2_factor,i,index,1);
it++;
}
}}}
This is where pbori.pyx crashes for me. I installed a new GCC today, so
maybe that's to blame?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9475#comment:38>
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.