Skip to content

Commit da558e1

Browse files
committed
upgrade libsemigroup and gap_packages
adjust doctests
1 parent 21537e7 commit da558e1

File tree

6 files changed

+6
-169
lines changed

6 files changed

+6
-169
lines changed

build/pkgs/gap_packages/patches/cohomolo-gcc10.patch

Lines changed: 0 additions & 150 deletions
This file was deleted.

build/pkgs/gap_packages/patches/guava_leon_includes.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=libsemigroups-VERSION.tar.gz
2-
sha1=2b16c095cc5ffd3f77a71dfbf48cce188e054c03
3-
md5=7082cadcf7a195ccb93175cd72b6db95
4-
cksum=1501022358
2+
sha1=96f38260f9c7224c5e89ff065ea86f6702a24bad
3+
md5=a1644b88b5bd7f0b1ff5f7a416faf10f
4+
cksum=2033539785
55
upstream_url=https://github.com/libsemigroups/libsemigroups/releases/download/vVERSION/libsemigroups-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
2.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cd src
2-
sdh_configure
2+
sdh_configure --disable-eigen
33
sdh_make
44
sdh_make_install

src/sage/combinat/posets/posets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8813,7 +8813,7 @@ def _libgap_(self):
88138813
sage: libgap(P) # optional - gap_packages
88148814
<A poset on 5 points>
88158815
sage: A = libgap(GF(2)).PosetAlgebra(P); A # optional - gap_packages
8816-
<GF(2)[<quiver with 5 vertices and 5 arrows>]/<two-sided ideal in <GF(2)[<quiver with 5 vertices and 5 arrows>]>, (1 generators)>>
8816+
<GF(2)[<quiver with 5 vertices and 5 arrows>]/<two-sided ideal in <GF(2)[<quiver with 5 vertices and 5 arrows>]>, (1 generator)>>
88178817
sage: A.Dimension() # optional - gap_packages
88188818
13
88198819
"""

0 commit comments

Comments
 (0)