Thu, 24 Oct 2024 13:27:03 UTC | login

Information for build primesieve-12.4-1.fc41

ID334363
Package Nameprimesieve
Version12.4
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/primesieve.git#0185942d0671bd225f882c02d77f5ac11bd4b64d
SummaryFast prime number generator
Descriptionprimesieve is a program that generates primes using a highly optimized sieve of Eratosthenes implementation. primesieve can generate primes and prime k-tuplets up to 2^64.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 11:33:19 UTC
CompletedFri, 09 Aug 2024 13:13:12 UTC
Taskbuild (f41, /rpms/primesieve.git:0185942d0671bd225f882c02d77f5ac11bd4b64d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/primesieve.git#0185942d0671bd225f882c02d77f5ac11bd4b64d'}}
Tags
f41
RPMs
src
primesieve-12.4-1.fc41.src.rpm (info) (download)
riscv64
primesieve-12.4-1.fc41.riscv64.rpm (info) (download)
primesieve-devel-12.4-1.fc41.riscv64.rpm (info) (download)
primesieve-libs-12.4-1.fc41.riscv64.rpm (info) (download)
primesieve-debuginfo-12.4-1.fc41.riscv64.rpm (info) (download)
primesieve-debugsource-12.4-1.fc41.riscv64.rpm (info) (download)
primesieve-libs-debuginfo-12.4-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jul 31 2024 Kim Walisch <walki@fedoraproject.org> - 12.4-1 - Improve CPUID code on x86 CPUs. - Improve popcnt functions. * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Apr 17 2024 Kim Walisch <walki@fedoraproject.org> - 12.3-2 - Fix incorrect AXV512 example in C_API.md - Fix incorrect AXV512 example in CPP_API.md * Tue Apr 16 2024 Kim Walisch <walki@fedoraproject.org> - 12.3-1 - Add runtime POPCNT detection using CPUID for x86 CPUs - Improve GCC/Clang multiarch preprocessor logic - CMakeLists.txt: Remove POPCNT/BMI check for x86 CPUs * Sun Mar 10 2024 Kim Walisch <walki@fedoraproject.org> - 12.1-1 - CMakeLists.txt: Fix undefined reference to pthread_create - Fix -ffast-math failure of --test option - Fix musl libc issue in unit tests - Improve status output * Mon Feb 19 2024 Kim Walisch <walki@fedoraproject.org> - 12.0-2 - Increase .so version to 12 * Mon Feb 19 2024 Kim Walisch <walki@fedoraproject.org> - 12.0-1 - New --stress-test[=MODE] command-line option - Faster Riemann R function implementation - New -R && --RiemannR command line options - New --RiemannR-inverse command line option - Add new --timeout option for stress testing - Improve command-line option handling * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 10 2024 Kim Walisch <walki@fedoraproject.org> - 11.2-3 - New build required after fixing date in 11.2-2 changelog * Wed Jan 10 2024 Kim Walisch <walki@fedoraproject.org> - 11.2-2 - Update to latest primesieve release archive from GitHub * Tue Jan 09 2024 Kim Walisch <walki@fedoraproject.org> - 11.2-1 - Fix CMake libatomic detection - Improved nth prime algorithm - Fix off by 1 error in OpenMP example in C_API.md - Fix off by 1 error in OpenMP example in CPP_API.md * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat May 13 2023 Kim Walisch <walki@fedoraproject.org> - 11.1-3 - Update to latest primesieve release archive from GitHub - Fix incorrect date of version 11.1-1 in changelog * Sat May 13 2023 Kim Walisch <walki@fedoraproject.org> - 11.1-2 - Fix incorrect date in changelog * Sat May 13 2023 Kim Walisch <walki@fedoraproject.org> - 11.1-1 - Update to primesieve-11.1 - Vectorized pre-sieving algorithm using x64 SSE2 and ARM NEON - Added POPCNT algorithm for x64 & AArch64 - Fix -Wstrict-prototypes warnings * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Kim Walisch <walki@fedoraproject.org> - 11.0-1 - Update to primesieve-11.0 - primesieve version now match libprimesieve version (.so version) - Added new primesieve::iterator::jump_to() method (C++ API) - Added new primesieve_jump_to() function (C API) - Mark primesieve_skipto() as deprecated - Fix use after free in primesieve::iterator::clear() - Fix use after free in primesieve_iterator_clear() - Fix potential memory leak in malloc_vector.hpp