primecount: Algorithms for counting primes#
Description#
primecount is a C++ implementation of several algorithms for counting primes maintained by Kim Walisch.
License#
primecount is licensed BSD 2
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
7.4
Equivalent System Packages#
arch:
$ sudo pacman -S primecount
conda:
$ conda install primecount
Fedora/Redhat/CentOS:
$ sudo yum install primecount primecount-devel
homebrew:
$ brew install primecount
opensuse:
$ sudo zypper install primecount libprimecount-devel
void:
$ sudo xbps-install primecount-devel
See https://repology.org/project/primecount/versions
If the system package is installed, ./configure will check whether it can be used.