Port details |
- libsemigroups C++ library for semigroups and monoids
- 2.3.2 math =3 2.3.2Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2020-04-06 18:03:54
- Last Update: 2024-05-05 17:30:48
- Commit Hash: 73ee979
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: GPLv3
- WWW:
- https://libsemigroups.readthedocs.io/en/latest/
- Description:
- libsemigroups is a C++11 library containing implementations of several
algorithms for computing finite and finitely presented semigroups.
Namely:
- the Froidure-Pin algorithm for computing finite semigroups;
- the Todd-Coxeter algorithm for finitely presented semigroups and monoids;
- the Knuth-Bendix algorithm for finitely presented semigroups and monoids;
- the Schreier-Sims algorithm for permutation groups.
See also: https://github.com/libsemigroups/libsemigroups
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsemigroups>0:math/libsemigroups
- To install the port:
- cd /usr/ports/math/libsemigroups/ && make install clean
- To add the package, run one of these commands:
- pkg install math/libsemigroups
- pkg install libsemigroups
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsemigroups
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714922873
SHA256 (libsemigroups-libsemigroups-v2.3.2_GH0.tar.gz) = b3a0a950dc22fe22b99e605022767235bddf9710a517e4e1b2529be634d804e9
SIZE (libsemigroups-libsemigroups-v2.3.2_GH0.tar.gz) = 3332698
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- HPCombi>0 : math/hpcombi
- eigen3.pc : math/eigen3
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libfmt.so : devel/libfmt
- This port is required by:
- for Libraries
-
- math/sage
Configuration Options:
- No options to configure
- Options name:
- math_libsemigroups
- USES:
- autoreconf compiler:c++11-lang eigen:3,build libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.2 05 May 2024 17:30:48 |
Thierry Thomas (thierry) |
math/libsemigroups: upgrade to 2.3.2
Note: the latest release is v2.7.3, but 2.3.2 is the one needed for Sage. |
1.3.7_8 14 Dec 2023 15:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
1.3.7_7 14 Nov 2023 17:16:50 |
Po-Chuan Hsieh (sunpoet) |
math/libsemigroups: Fix PLIST
- Bump PORTREVISION for package change
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/libsemigroups/HPCombi/include/bmat8.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/bmat8_impl.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/epu.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/epu_impl.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/fallback/gcdlcm.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/fallback/seq.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/hpcombi.hpp
Error: Orphaned: include/libsemigroups/HPCombi/include/perm16.hpp (Only the first 15 lines of the commit message are shown above ) |
1.3.7_6 23 Oct 2023 19:44:32 |
Thierry Thomas (thierry) |
math/libsemigroups: chase HPCombi
- HPCombi does not support -march=default;
- also strip the library. |
1.3.7_5 29 Jul 2023 09:29:03 |
Thierry Thomas (thierry) |
math/libsemigroups: fix plist
Reported by: yuri |
1.3.7_4 21 Jul 2023 08:03:11 |
Yuri Victorovich (yuri) |
math/libsemigroups: Add NATIVE option
PR: 272499
Approved by: thierry@ (maintainer) |
1.3.7_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.3.7_3 19 Dec 2022 09:31:34 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.7_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.7_2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.3.7_2 21 Jul 2021 18:11:51 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases
PR: 257026
Exp-run by: antoine |
1.3.7_1 06 May 2021 21:00:01 |
Thierry Thomas (thierry) |
math/libsemigroups: respect user-provided CFLAGS |
1.3.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.7 01 Mar 2021 16:24:58 |
thierry |
Upgrade to v1.3.7.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.7>. |
1.3.6 07 Feb 2021 17:19:24 |
thierry |
Minor update to v1.3.6. |
1.3.5 29 Jan 2021 18:37:57 |
thierry |
Upgrade to v1.3.5.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.5>. |
1.3.4_1 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
1.3.4 28 Nov 2020 15:27:43 |
thierry |
Upgrade to v1.3.4.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.4>. |
1.3.3 12 Nov 2020 20:40:33 |
lbartoletti |
math/libsemigroups: convert to USES=eigen
PR: 250949
Approved by: thierry |
1.3.3 10 Oct 2020 17:38:05 |
thierry |
Minor update to v1.3.3.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.3>. |
1.3.2 03 Oct 2020 20:13:57 |
thierry |
Minor update to v1.3.2.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.2>. |
1.3.1 13 Sep 2020 19:32:05 |
thierry |
Upgrade to 1.3.1.
Release notes at:
https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.0
https://github.com/libsemigroups/libsemigroups/releases/tag/v1.3.1 |
1.2.1_3 07 Sep 2020 21:19:41 |
tobik |
devel/libfmt: Update to 7.0.3
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.2.1_2 31 Jul 2020 17:07:19 |
tobik |
devel/libfmt: Update to 7.0.2
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.2.1_1 20 Jul 2020 16:27:43 |
tobik |
devel/libfmt: Update to 7.0.1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.2.1 01 Jul 2020 15:50:36 |
thierry |
Upgrade to 1.2.1.
Release notes at <https://github.com/libsemigroups/libsemigroups/releases>. |
1.1.0 29 May 2020 11:15:12 |
thierry |
Upgrade to v1.1.0.
Release notes at
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.1.0>. |
1.0.9_1 10 May 2020 07:43:45 |
tobik |
devel/libfmt: Update to 6.2.1
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.0
Changes: https://github.com/fmtlib/fmt/releases/tag/6.2.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.0.9 21 Apr 2020 17:48:06 |
thierry |
Fix DEPENDS and upgrade to v1.0.9.
Release notes at:
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.0.8>
<https://github.com/libsemigroups/libsemigroups/releases/tag/v1.0.9> |
1.0.7 07 Apr 2020 08:57:27 |
thierry |
Disable HPCombi on i386:
Intrinsic _mm_extract_epi64 not supported by compiler.
Reported by: pkg-fallout |
1.0.7 06 Apr 2020 18:03:46 |
thierry |
Adding HPCombi, High Performance Combinatorics in C++ using vector
instructions, and libsemigroups, a C++ library for semigroups and monoids.
To be used by SageMath. |