Information for build HPCombi-1.1.0-1.fc42

ID6120
Package NameHPCombi
Version1.1.0
Release1.fc42
Epoch
DraftFalse
SummaryHigh Performance Combinatorics in C++ using vector instructions
DescriptionHPCombi is a C++17 header-only library using the SSE and AVX instruction sets, and some equivalents, for very fast manipulation of combinatorial objects such as transformations, permutations, and boolean matrices of small size. The goal of this project is to implement various new algorithms and benchmark them on various compiler and architectures. HPCombi was initially designed using the SSE and AVX instruction sets, and did not work on machines without these instructions (such as ARM). From v1.0.0 HPCombi supports processors with other instruction sets also, via SIMD Everywhere. It might be the case that the greatest performance gains are achieved on processors supporting the SSE and AVX instruction sets, but the HPCombi benchmarks indicate that there are also still significant gains on other processors too.
git:https://github.com/libsemigroups/HPCombi.git
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:22:30 UTC
CompletedMon, 09 Jun 2025 16:22:30 UTC
Tags
f42
RPMs
src
HPCombi-1.1.0-1.fc42.src.rpm (info) (download)
noarch
HPCombi-devel-1.1.0-1.fc42.noarch.rpm (info) (download)
HPCombi-doc-1.1.0-1.fc42.noarch.rpm (info) (download)
Changelog * Fri Mar 21 2025 Jerry James <loganjerry@gmail.com> - 1.1.0-1 - Version 1.1.0 * Mon Mar 10 2025 Jerry James <loganjerry@gmail.com> - 1.0.3-1 - Version 1.0.3 * Wed Mar 05 2025 Jerry James <loganjerry@gmail.com> - 1.0.2-1 - Version 1.0.2 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Jan 14 2025 Jerry James <loganjerry@gmail.com> - 1.0.1-5 - Move configuration steps to %conf * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1.0.1-3 - Fix the VCS field * Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> - 1.0.1-2 - Build for x86_64 and aarch64 only * Fri Feb 23 2024 Jerry James <loganjerry@gmail.com> - 1.0.1-1 - Initial RPM