Package: msolve / 0.9.4-2

Metadata

Package Version Patches format
msolve 0.9.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nmod.patch | (download)

configure.ac | 2 2 + 0 - 0 !
src/fglm/linalg-fglm.c | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+)

 only include flint/nmod.h if we have it
 It's not present on older versions of flint.  That's okay, though, as
 we include it for the NMOD_RED macro, which is defined in these older
 versions in nmod_vec.h, which we're already (implicitly) including via
 nmod_poly.h.
x86 baseline.patch | (download)

configure.ac | 11 10 + 1 - 0 !
m4/ax_ext.m4 | 30 1 + 29 - 0 !
2 files changed, 11 insertions(+), 30 deletions(-)

 only compile with x86 baseline features.