Summary
M4RIE is a library for fast arithmetic with dense matrices over GF(2^e) for "e" between 2 and 16, inclusive. The name stems from the fact that it relies heavily on M4RI.
Versions
v20250103-r2 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~amd64 ~amd64-linux ~ppc-macos ~riscv ~x64-macos ~x86 ~x86-linux
- USE flags
- debug
v20250103-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ~amd64-linux ~ppc-macos ~riscv ~x64-macos ~x86 ~x86-linux
- USE flags
- debug
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
Dependencies
sci-libs / m4ri : Method of four russian for inversion (M4RI)
Runtime Dependencies
sci-libs / m4ri : Method of four russian for inversion (M4RI)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: add a subslot dep for sci-libs/m4ri
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/m4rie: drop 20200115-r1
Closes: https://bugs.gentoo.org/950869 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-libs/m4rie: Stabilize 20250103-r1 amd64, #950869
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: fix my fix for the pkgconfig file
The mr4i dependency goes in Requires, not Requires.private, because its headers are exposed through m4rie's headers. Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: add 20250103
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: keyword 20200115-r1 for ~riscv
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: update HOMEPAGE
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: maintainer stabilize on amd64.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/m4rie: fix phase definition style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: new revision with patch for libm linking.
Thanks to Alessandro Barbieri, François Bissey, and Martin Albrecht (upstream) for getting this fixed quickly. This commit adds an -r1 with the backported patch and a call to eautoreconf. Closes: https://bugs.gentoo.org/775311 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
sci-libs/m4rie: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Orlitzky · gentoo
sci-libs/m4rie: new package for matrices over GF(2^e) with "e" small.
The m4rie package is an extension of sci-libs/m4ri. It is used by SageMath, which can now detect and use the system copy of m4rie. Its inclusion therefore prevents pointless rebuilds of m4rie by users of SageMath on Gentoo. The ebuild was imported from the sage-on-gentoo overlay where François Bissey has been maintaining it. Closes: https://bugs.gentoo.org/711498 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>