Port details |
- hpcombi Fast combinatorics in C++ using SSE/AVX instruction sets
- 1.0.1_2 math =3 1.0.1_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-06-25 16:44:57
- Commit Hash: 6d9df45
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- Also Listed In: devel
- License: GPLv3
- WWW:
- https://github.com/hivert/HPCombi
- Description:
- High Performance Combinatorics in C++ using vector instructions.
SSE and AVX instruction sets allows for very fast manipulation of combinatorial
objects such as transformations, permutations, boolean matrices of small size.
The goal of this project is to implement various new algorithms and benchmark
them on various compiler and architecture.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/hpcombi/ && make install clean
- To add the package, run one of these commands:
- pkg install math/hpcombi
- pkg install HPCombi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: HPCombi
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1714924713
SHA256 (hivert-HPCombi-v1.0.1_GH0.tar.gz) = cb4ca64c5daa0ba147832252ddc8f6162c1f3aefabda4dd139f3da1cb3cae987
SIZE (hivert-HPCombi-v1.0.1_GH0.tar.gz) = 3118941
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:
-
- sparsehash>0 : devel/sparsehash
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- boost-libs>0 : devel/boost-libs
- Library dependencies:
-
- libbenchmark.so : devel/benchmark
- This port is required by:
- for Build
-
- math/libsemigroups
Configuration Options:
- ===> The following configuration options are available for HPCombi-1.0.1_2:
DOXYGEN=off: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- math_hpcombi
- USES:
- cmake:testing compiler:c++11-lang localbase:ldflags 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 |
1.0.1_2 25 Jun 2024 16:44:57 |
Yuri Victorovich (yuri) |
devel/benchmark: Revert 1.8.4 → 1.8.3
PR: 279984
Reported by: Matthias Fechner <mfechner@FreeBSD.org> |
1.0.1_1 17 Jun 2024 01:20:34 |
Yuri Victorovich (yuri) |
devel/benchmark: update 1.8.3 → 1.8.4 |
1.0.1 05 May 2024 17:29:41 |
Thierry Thomas (thierry) |
math/hpcombi: upgrade to 1.0.1
Releases notes at <https://github.com/libsemigroups/HPCombi/releases>. |
0.0.9 23 Oct 2023 19:44:32 |
Thierry Thomas (thierry) |
math/hpcombi: upgrade to V0.0.9
Release notes at <https://github.com/hivert/HPCombi/releases/tag/v0.0.9>. |
0.0.7 23 Oct 2023 19:44:32 |
Thierry Thomas (thierry) |
math/hpcombi: upgrade to 0.0.7
Release notes at <https://github.com/hivert/HPCombi/releases/tag/v0.0.7>
Some tests fail, see <https://github.com/hivert/HPCombi/issues/21. |
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) |
0.0.6_1 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 ) |
0.0.6_1 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 ) |
0.0.6_1 17 Apr 2022 23:59:19 |
Po-Chuan Hsieh (sunpoet) |
math/hpcombi: Add NO_ARCH
Approved by: portmgr (blanket) |
0.0.6_1 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
0.0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.6_1 08 Jan 2021 07:47:03 |
fluffy |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
0.0.6 07 Apr 2020 08:57:27 |
thierry |
Disable HPCombi on i386:
Intrinsic _mm_extract_epi64 not supported by compiler.
Reported by: pkg-fallout |
0.0.6 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. |