| Port details on branch 2025Q1 |
- primesieve Fast prime number generator
- 12.14,1 math
=0 12.14,1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-05-08 05:50:57
- Last Update: 2026-05-09 06:51:55
- Commit Hash: 8fb59b4
- License: BSD2CLAUSE
- WWW:
- https://github.com/kimwalisch/primesieve
- Description:
- primesieve is a program and C/C++ library that generates primes using a highly
optimized sieve of Eratosthenes implementation. It counts the primes below 10^10
in just 0.4 seconds on an Intel Core i7-6700 CPU (4 x 3.4 GHz). primesieve can
generate primes and prime k-tuplets up to 2^64.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- primesieve>0:math/primesieve
- To install the port:
- cd /usr/ports/math/primesieve/ && make install clean
- To add the package, run one of these commands:
- pkg install math/primesieve
- pkg install primesieve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: primesieve
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778305108
SHA256 (kimwalisch-primesieve-v12.14_GH0.tar.gz) = 65cf173e11bc9aff1b189f2cd19c6b6c502c30e966876b5c5ef71e138f49c8c9
SIZE (kimwalisch-primesieve-v12.14_GH0.tar.gz) = 213584
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- math/openturns
- math/primecount
Configuration Options:
- No options to configure
- Options name:
- math_primesieve
- USES:
- cmake:testing compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|