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¶
optional
Version Information¶
package-version.txt:
5.1
Equivalent System Packages¶
arch:
$ sudo pacman -S primecount
opensuse:
$ sudo zypper install primecount
See https://repology.org/project/primecount/versions
However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see https://trac.sagemath.org/ticket/27330