Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/libm4rie/SPKG.txt
8817 views
1
= M4RIE =
2
3
== Description ==
4
5
M4RIE: Library for matrix multiplication, reduction and inversion over
6
GF(2^k) for 2 <= k <= 10.
7
8
== License ==
9
10
* GNU General Public License Version 2 or later (see src/COPYING)
11
12
== Maintainers ==
13
14
* Martin Albrecht
15
16
SPKG Repository: https://bitbucket.org/malb/m4ri-spkg
17
18
== Upstream Contact ==
19
20
* Authors: Martin Albrecht
21
* Email: <[email protected]>
22
* Website: http://m4ri.sagemath.org
23
24
== Dependencies ==
25
26
* M4RI
27
* Givaro
28
29
== Releases/Changelog ==
30
31
=== libm4rie-20130416 (Martin Albrecht, 22 March 2013) ===
32
* #14336: new upstream release
33
34
=== libm4rie-20120613 (Martin Albrecht, 7 June 2012) ===
35
* #12841: new upstream release
36
* delete old headers before installing new ones
37
38
=== libm4rie-20111004.p3 (Jeroen Demeyer, 10 April 2012) ===
39
* Trac #12821: don't quote $CC when running testcc.sh
40
* Use testcflags.sh to add -fPIC -Wall -pedantic -g
41
* Fix strings to test output of testcc.sh against
42
43
=== libm4rie-20111004.p2 (Jeroen Demeyer, 16 February 2012) ===
44
* Rename source directory "m4rie" to "src".
45
* Trac #12501: touch src/src/config.h.in to prevent autoheader from
46
running.
47
* Trac #12311: remove testcc.sh script, instead use the one from
48
$SAGE_ROOT/spkg/bin (in the $PATH).
49
50
=== libm4rie-20111004.p1 (Martin Albrecht, January 2nd, 2012) ===
51
* #12245: proper dependencies
52
53
=== libm4rie-20111004.p0 (Simon King, December 10th, 2011) ===
54
* #12131: Use --libdir, to make the package work on openSUSE.
55
56
=== libm4rie-20111004 (Martin Albrecht, October 4th, 2011) ===
57
* new upstream release
58
59
=== libm4rie-20110821 (Martin Albrecht, August 21st, 2011) ===
60
* new upstream release in preparation for Sage inclusion
61
62
=== libm4rie-20110715 (Martin Albrecht, July 15th, 2011) ===
63
* split form libm4ri
64
65