stable

primesieve-7.4-2.fc28

FEDORA-2019-7ced30d8d6 created by walki 4 years ago for Fedora 28

primesieve is a new package, it is a command-line program and C/C++ library that generates prime numbers using a highly optimized sieve of Eratosthenes implementation. It's rock solid, the latest version (7.4) was released more than 2 months ago and no bugs have been reported so far.

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf install --refresh --advisory=FEDORA-2019-7ced30d8d6 \*

This update has been submitted for testing by walki.

4 years ago

This update has been pushed to testing.

4 years ago
User Icon walki commented & provided feedback 4 years ago

Works fine for me, tested using:

sudo dnf config-manager --set-enable updates-testing

# test primesieve command-line application
sudo dnf install primesieve
primesieve --test

# test primesieve C/C++ library
sudo dnf install gcc-c++ primesieve-devel
wget https://raw.githubusercontent.com/kimwalisch/primesieve/master/examples/cpp/count_primes.cpp
g++ -O3 -Wall -Wextra -pedantic count_primes.cpp -o count_primes -lprimesieve
./count_primes

This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes

4 years ago

This update has been submitted for batched by walki.

4 years ago

This update has been submitted for stable by bodhi.

4 years ago

This update has been pushed to stable.

4 years ago

Please login to add feedback.

Metadata
Type
newpackage
Karma
0
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
disabled
Dates
submitted
4 years ago
in testing
4 years ago
in stable
4 years ago
BZ#1540335 Review Request: primesieve - Fast C/C++ prime number generator
0
0

Automated Test Results