forked from pool/libsemigroups
Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b9a06e66ce | |||
| 1d0055544a | |||
|
|
703a2e172d | ||
| 1df4fee399 | |||
|
|
bc5c8a35b4 | ||
|
|
17452caf86 | ||
| 64c8b8c308 | |||
|
|
16a0a8c5a4 | ||
|
|
75f2594fe1 | ||
|
|
f0c6eff430 | ||
|
|
9c5f14c75f | ||
|
|
10e5549fd5 | ||
| c90413ee56 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1759396295
|
||||
commit: e65deb4884791272d51386caf4e60a52e7cd2598f0e80cab5ac0905ff9811b21
|
||||
url: https://src.opensuse.org/jengelh/libsemigroups
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6de1b5137760346067e43e9da1db9f6e86593231e56aff8812fb6f9eec14431d
|
||||
size 256
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: libsemigroups
|
||||
%define lname libsemigroups3
|
||||
Version: 3.1.3
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Library with algorithms for computing finite and finitely presented semigroups
|
||||
License: GPL-3.0-or-later
|
||||
@@ -27,6 +27,7 @@ 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)
|
||||
@@ -64,13 +65,15 @@ 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
|
||||
--enable-fmt --with-external-fmt \
|
||||
--with-external-backward
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
||||
BIN
v3.1.3.tar.gz
LFS
BIN
v3.1.3.tar.gz
LFS
Binary file not shown.
BIN
v3.2.0.tar.gz
LFS
Normal file
BIN
v3.2.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user