Port details on branch 2022Q2 |
- primesieve Fast prime number generator
- 12.7,1 math
=2 12.7,1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-05-08 05:50:57
- Last Update: 2025-03-03 08:52:28
- Commit Hash: 513eb2b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1740988483
SHA256 (kimwalisch-primesieve-v12.7_GH0.tar.gz) = c29d5173266f39804fa607783163c823eb1112132d4c68884e20a54b1a30f9f5
SIZE (kimwalisch-primesieve-v12.7_GH0.tar.gz) = 203120
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
- math/py-primecountpy
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:
|