Fri, 17 May 2024 11:49:40 UTC | login

Information for build primecount-6.0-1.fc33

ID149917
Package Nameprimecount
Version6.0
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/primecount.git#c38965046c5f3b5e8f0a2d55615a2f13793eac62
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, 29 Mar 2020 21:04:04 UTC
CompletedSun, 29 Mar 2020 21:43:17 UTC
Taskbuild (f33, /rpms/primecount.git:c38965046c5f3b5e8f0a2d55615a2f13793eac62)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/primecount.git#c38965046c5f3b5e8f0a2d55615a2f13793eac62'}}
Tags
f33
RPMs
src
primecount-6.0-1.fc33.src.rpm (info) (download)
riscv64
primecount-6.0-1.fc33.riscv64.rpm (info) (download)
primecount-devel-6.0-1.fc33.riscv64.rpm (info) (download)
primecount-libs-6.0-1.fc33.riscv64.rpm (info) (download)
primecount-debuginfo-6.0-1.fc33.riscv64.rpm (info) (download)
primecount-debugsource-6.0-1.fc33.riscv64.rpm (info) (download)
primecount-libs-debuginfo-6.0-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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