primecount: Algorithms for counting primes

Description

primecount is a C++ implementation of several algorithms for counting primes maintained by Kim Walisch.

Website: https://github.com/kimwalisch/primecount/

License

primecount is licensed BSD 2

Upstream Contact

Type

standard

Dependencies

Version Information

package-version.txt:

7.14

Equivalent System Packages

$ sudo pacman -S primecount
$ conda install primecount
$ sudo apt-get install libprimecount-dev
$ sudo yum install primecount primecount-devel
$ sudo emerge sci-mathematics/primecount
$ brew install primecount
$ sudo zypper install primecount libprimecount-devel
$ sudo xbps-install primecount-devel

See https://repology.org/project/primecount/versions

If the system package is installed, ./configure will check if it can be used.