Port details |
- primesieve Fast prime number generator
- 8.0,1 math =2 8.0,1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-05-08 05:50:57
- Last Update: 2023-03-30 17:27:26
- Commit Hash: a8f3562
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 = 1657053368
SHA256 (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 9fba723221535dbf1e30c582c5009eeb032464704da01a0c8541d8cf2a698803
SIZE (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 119635
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0,1 30 Mar 2023 17:27:26 |
Yuri Victorovich (yuri) |
math/primesieve: Downgrade 11.0 → 8.0
This reverts commit 3f7f802f078ba08655c39af2615707e49b5bf202.
math/primesieve was upgrded by mistake when its dependencies
fail to build and can't be upgraded at this time.
Reported by: thierry@ |
11.0 29 Mar 2023 04:32:00 |
Yuri Victorovich (yuri) |
math/primesieve: Update 8.0 → 11.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0 05 Jul 2022 21:11:24 |
Yuri Victorovich (yuri) |
math/primesieve: Update 7.9 -> 8.0
Reported by: portscout |
7.9 16 May 2022 06:49:43 |
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 |
7.9 05 May 2022 07:33:47 |
Yuri Victorovich (yuri) |
math/primesieve: Update 7.8 -> 7.9
Reported by: portscout |
7.8 06 Feb 2022 17:43:13 |
Yuri Victorovich (yuri) |
math/primesieve: Update 7.7 -> 7.8 |
7.7 12 Dec 2021 21:52:38 |
Yuri Victorovich (yuri) |
math/primesieve: Update 7.6 -> 7.7
Reported by: portscout |
7.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.6 09 Jan 2021 06:17:49 |
yuri |
math/primesieve: Update 7.5 -> 7.6
Reported by: portscout |
7.5 28 Dec 2019 07:08:38 |
yuri |
math/primesieve: Update 7.4-26 -> 7.5
Reported by: portscout |
7.4.26_1 26 Jul 2019 20:46:57 |
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 |
7.4.26 08 May 2019 05:50:42 |
yuri |
New port: math/primesieve: Fast prime number generator |