Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

primesieve-devel-12.3-1.fc41 RPM for s390x

From Fedora Rawhide for s390x / p

Name: primesieve-devel Distribution: Fedora Project
Version: 12.3 Vendor: Fedora Project
Release: 1.fc41 Build date: Tue Apr 16 19:34:59 2024
Group: Unspecified Build host: buildvm-s390x-07.s390.fedoraproject.org
Size: 83582 Source RPM: primesieve-12.3-1.fc41.src.rpm
Packager: Fedora Project
Url: https://github.com/kimwalisch/primesieve
Summary: Development files for the primesieve library
This package contains the C/C++ header files and the configuration
files for developing applications that use the primesieve library.
It also contains the API documentation of the library.

Provides

Requires

License

BSD

Changelog

* 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
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 08 2022 Kim Walisch <walki@fedoraproject.org> - 8.0-2
  - Make SONAME explicit
  - Fix changelog entry
  - Increase version to 8.0-2 for new build
* Thu Jul 07 2022 Kim Walisch <walki@fedoraproject.org> - 8.0-1
  - Update to primesieve-8.0
  - Added multiarch support (POPCNT, BMI2, AVX512) for x64 CPUs
  - Generating an array (or vector) of primes is up to 20% faster
  - Main CMakeLists.txt has been split up into multiple modules
  - Improved documentation of C & C++ APIs
* Tue May 03 2022 Kim Walisch <walki@fedoraproject.org> - 7.9-2
  - Update to latest Fedora spec CMake syntax
  - Update documentation files of primesieve-devel
* Tue May 03 2022 Kim Walisch <walki@fedoraproject.org> - 7.9-1
  - Update to primesieve-7.9
  - Reduced memory usage and faster initialization
  - Reduced branch mispredictions by up to 30%
  - Improved nth prime approximation
  - Increase max sieve array size to 8 KiB

Files

/usr/include/primesieve
/usr/include/primesieve.h
/usr/include/primesieve.hpp
/usr/include/primesieve/StorePrimes.hpp
/usr/include/primesieve/iterator.h
/usr/include/primesieve/iterator.hpp
/usr/include/primesieve/primesieve_error.hpp
/usr/lib64/cmake/primesieve
/usr/lib64/cmake/primesieve/primesieveConfig.cmake
/usr/lib64/cmake/primesieve/primesieveConfigVersion.cmake
/usr/lib64/cmake/primesieve/primesieveShared-release.cmake
/usr/lib64/cmake/primesieve/primesieveShared.cmake
/usr/lib64/libprimesieve.so
/usr/lib64/pkgconfig/primesieve.pc
/usr/share/doc/primesieve-devel
/usr/share/doc/primesieve-devel/CPP_API.md
/usr/share/doc/primesieve-devel/C_API.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 02:38:51 2024