8 Commits

Author SHA256 Message Date
96d5578d4b libsemigroups 3.1.3 2025-08-13 02:33:26 +02:00
5be55ea33a libsemigroups 3.1.2 2025-07-30 00:05:01 +02:00
87f7ad9f35 libsemigroups 3.1.1 2025-07-28 17:57:33 +02:00
7e850bb1dc libsemigroups 3.1.0 2025-07-20 18:27:19 +02:00
73dad78149 libsemigroups 3.0.3 2025-04-10 01:55:16 +02:00
da9b252dbc libsemigroups 3.0.2 2025-04-01 20:52:38 +02:00
0a6d59e882 libsemigroups 3.0.1 2025-03-26 16:01:14 +01:00
53255e7101 libsemigroups 3.0.0 2025-03-22 10:37:28 +01:00
6 changed files with 5 additions and 29 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1759396295
commit: e65deb4884791272d51386caf4e60a52e7cd2598f0e80cab5ac0905ff9811b21
url: https://src.opensuse.org/jengelh/libsemigroups
revision: master

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6de1b5137760346067e43e9da1db9f6e86593231e56aff8812fb6f9eec14431d
size 256

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Thu Oct 2 09:11:32 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.0
* Balance presentation
* `is_obviously_infinite(Kambites)` respects generating pairs
* Check `is_obviously_infinite` before running in
`Congruence::number_of_classes`
* Bipartition benchmarks
* Add an option to compile with external backward
* Improve reporting for Todd-Coxeter
* todd-coxeter: fix bug in `reduce`
* word-graph: improve standardization performance
-------------------------------------------------------------------
Wed Aug 13 00:32:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,7 +18,7 @@
Name: libsemigroups
%define lname libsemigroups3
Version: 3.2.0
Version: 3.1.3
Release: 0
Summary: Library with algorithms for computing finite and finitely presented semigroups
License: GPL-3.0-or-later
@@ -27,7 +27,6 @@ URL: https://github.com/libsemigroups/libsemigroups
#Source: https://github.com/libsemigroups/libsemigroups/releases/download/v%version/%name-%version.tar.gz
Source: https://github.com/libsemigroups/libsemigroups/archive/refs/tags/v%version.tar.gz
BuildRequires: automake
BuildRequires: backward-cpp-devel
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig(eigen3)
@@ -65,15 +64,13 @@ This subpackage provides the development headers for it.
%prep
%autosetup -p1
rm -Rf third_party/backward-cpp
%build
autoreconf -fi
# hpcombi requires AVX-256, which is not guaranteed to exist everywhere
%configure --disable-static --disable-hpcombi \
--enable-eigen --with-external-eigen \
--enable-fmt --with-external-fmt \
--with-external-backward
--enable-fmt --with-external-fmt
%make_build
%install

BIN
v3.1.3.tar.gz LFS Normal file

Binary file not shown.

BIN
v3.2.0.tar.gz LFS

Binary file not shown.