Port details |
- lace Implementation of work-stealing in C
- 1.4.2_1 devel
=0 1.4.2_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-03-28 04:57:33
- Last Update: 2025-05-23 11:12:55
- Commit Hash: 91bdf55
- License: APACHE20
- WWW:
- https://github.com/trolando/lace
- Description:
- Lace is a C framework for fine-grained fork-join parallelism intended for
scientific computations on multi-core computers.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lace-work-stealing>0:devel/lace
- To install the port:
- cd /usr/ports/devel/lace/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lace
- pkg install lace-work-stealing
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lace-work-stealing
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743134608
SHA256 (trolando-lace-v1.4.2_GH0.tar.gz) = d9af1eb9d8ed2f46585085f78080e3a1b1f76fe1ef1f67794c1440a5e27bf07a
SIZE (trolando-lace-v1.4.2_GH0.tar.gz) = 102784
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/oink
Configuration Options:
- No options to configure
- Options name:
- devel_lace
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_1 23 May 2025 11:12:55
    |
Piotr Kubaj (pkubaj)  |
devel/lace: fix build on ARM / POWER
/wrkdirs/usr/ports/devel/lace/work/lace-1.4.2/benchmarks/matmul/matmul-seq.c:118:44:
error: result of comparison of constant -1 with expression of type 'char' is
always true [-Werror,-Wtautological-constant-out-of-range-compare]
118 | while ((c=getopt(argc, argv, "w:q:h")) != -1) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
1 error generated. |
1.4.2_1 28 Apr 2025 01:27:06
    |
Yuri Victorovich (yuri)  |
devel/lace: Broken on i386; Remove -march=native
Reported by: fallout |
1.4.2 01 Apr 2025 08:48:24
    |
Yuri Victorovich (yuri)  |
devel/lace: Add PORTSCOUT tag |
1.4.2 29 Mar 2025 05:58:47
    |
Yuri Victorovich (yuri)  |
devel/lace: Broken on i386
Reported by: fallout |
1.4.2 28 Mar 2025 04:53:58
    |
Yuri Victorovich (yuri)  |
devel/lace: New port: Implementation of work-stealing in C |
Number of commits found: 5
|