primecountpy: Cython interface for C++ primecount library¶
Description¶
primecountpy is a Cython interface for the C++ primecount library.
We are using the compatible fork passagemath-primesieve-primecount.
License¶
GPLv3
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
0.1.1.1
version_requirements.txt:
passagemath-primesieve-primecount
Equivalent System Packages¶
$ conda install primecountpy
$ sudo dnf install python3-primecountpy
$ sudo emerge dev-python/primecountpy
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.