Port details |
- primesieve Fast prime number generator
- 7.9 math
=0 7.8Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-05-08 05:50:57
- Last Update: 2022-05-16 06:49:43
- Commit Hash: 2d34c2b
- License: BSD2CLAUSE
- 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.
WWW: https://github.com/kimwalisch/primesieve
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- primesieve>0:math/primesieve
- For LIB depends:
- libprimesieve.so: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 = 1651730760
SHA256 (kimwalisch-primesieve-v7.9_GH0.tar.gz) = c567f2a1a9d46a70020f920eb2c794142528a31a055995500e7fcb19642b7c91
SIZE (kimwalisch-primesieve-v7.9_GH0.tar.gz) = 111361
- 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
- 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 compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2022 06:49:43 7.9
|
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
05 May 2022 07:33:47 7.9
|
Yuri Victorovich (yuri)  |
math/primesieve: Update 7.8 -> 7.9
Reported by: portscout |
06 Feb 2022 17:43:13 7.8
|
Yuri Victorovich (yuri)  |
math/primesieve: Update 7.7 -> 7.8 |
12 Dec 2021 21:52:38 7.7
|
Yuri Victorovich (yuri)  |
math/primesieve: Update 7.6 -> 7.7
Reported by: portscout |
07 Apr 2021 08:09:01 7.6
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 7.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 06:17:49
7.6
|
yuri  |
math/primesieve: Update 7.5 -> 7.6
Reported by: portscout |
28 Dec 2019 07:08:38
7.5
|
yuri  |
math/primesieve: Update 7.4-26 -> 7.5
Reported by: portscout |
26 Jul 2019 20:46:57
7.4.26_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
08 May 2019 05:50:42
7.4.26
|
yuri  |
New port: math/primesieve: Fast prime number generator |
Number of commits found: 10
|