Port details |
- nqueens N-queens benchmark
- 1.0 benchmarks =2 1.0Version of this port present on the latest quarterly branch.
- Maintainer: nakaji@jp.freebsd.org
- Port Added: 2005-05-25 10:53:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://www.arch.cs.titech.ac.jp/~kise/nq/index.htm
- Description:
- N-queens benchmark written in C. Includes base version and (optinal)
distributed MPI version.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nqueens>0:benchmarks/nqueens
- To install the port:
- cd /usr/ports/benchmarks/nqueens/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/nqueens
- pkg install nqueens
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nqueens
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qn24b-version1.0.tgz) = 5bc6c794f91feb2d904f695d5fd84029097c3b36bb4053931b467ef7e9011010
SIZE (qn24b-version1.0.tgz) = 213360
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nqueens-1.0:
MPI=off: Build distributed MPI version
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
STATIC=off: Link resulting binaries statically
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_nqueens
- 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 |
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) |
1.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 ) |
1.0 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.0 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.0 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
1.0 05 Jan 2014 01:22:56 |
bapt |
Support stage
Sorry for ricers but -O9 doesn't bring anything :), turn it into -O3 |
1.0 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
1.0 21 Mar 2013 17:35:57 |
bapt |
Convert to new options framework left unconverted ports in b* categories |
1.0 25 Sep 2012 05:58:31 |
tabthorpe |
- Revert commit
- Tested wrong email address |
1.0 25 Sep 2012 05:03:07 |
tabthorpe |
- Reassign to the heap due to mail bounces |
1.0 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.0 07 May 2006 16:23:29 |
erwin |
Fix MASTER_SITES and WWW
PR: 96921
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) |
1.0 22 Jan 2006 08:20:08 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 25 May 2005 10:52:42 |
danfe |
Add nqueens 1.0, n-queens problem benchmark.
PR: ports/78274
Submitted by: NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org> |