Tue, 16 Apr 2024 23:02:30 UTC | login

Information for build primecount-6.2-1.fc33

ID192077
Package Nameprimecount
Version6.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/primecount.git#70cb0ff4ecb455ea558aa9da6cebc5cf783c5288
SummaryFast prime counting function implementation
DescriptionPrimecount is a command-line program and C++ library that counts the primes below an integer x<=10**31 using highly optimized implementations of the combinatorial prime counting algorithms. Primecount includes implementations of all important combinatorial prime counting algorithms known up to this date all of which have been parallelized using OpenMP. Primecount contains the first ever open source implementations of the Deleglise-Rivat algorithm and Xavier Gourdon's algorithm (that works). Primecount also features a novel load balancer that is shared amongst all implementations and that scales up to hundreds of CPU cores. Primecount has already been used to compute several world records e.g. pi(10**27) (http://www.mersenneforum.org/showthread.php?t=20473) and nth_prime(10**24) (https://oeis.org/A006988).
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 17 Jan 2021 22:34:17 UTC
CompletedSun, 17 Jan 2021 23:36:26 UTC
Taskbuild (f33, /rpms/primecount.git:70cb0ff4ecb455ea558aa9da6cebc5cf783c5288)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/primecount.git#70cb0ff4ecb455ea558aa9da6cebc5cf783c5288'}}
Tags
f33
RPMs
src
primecount-6.2-1.fc33.src.rpm (info) (download)
riscv64
primecount-6.2-1.fc33.riscv64.rpm (info) (download)
primecount-devel-6.2-1.fc33.riscv64.rpm (info) (download)
primecount-libs-6.2-1.fc33.riscv64.rpm (info) (download)
primecount-debuginfo-6.2-1.fc33.riscv64.rpm (info) (download)
primecount-debugsource-6.2-1.fc33.riscv64.rpm (info) (download)
primecount-libs-debuginfo-6.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jan 08 2021 Jerry James <loganjerry@gmail.com> - 6.2-1 - Version 6.2 * Wed Sep 30 2020 Jerry James <loganjerry@gmail.com> - 6.1-1 - Version 6.1 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Mar 22 2020 Jerry James <loganjerry@gmail.com> - 6.0-1 - Version 6.0 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 20 2020 Jerry James <loganjerry@gmail.com> - 5.3-1 - Version 5.3 * Mon Nov 18 2019 Jerry James <loganjerry@gmail.com> - 5.2-1 - Version 5.2 - Drop all patches - Building man page now needs asciidoc instead of help2man * Fri Sep 20 2019 Jerry James <loganjerry@gmail.com> - 5.1-2 - Add justifications in the patch files - Generate a man page with help2man * Thu Sep 19 2019 Jerry James <loganjerry@gmail.com> - 5.1-1 - Initial RPM